phpExtensions.mailparse: 3.1.4 -> 3.1.6

Changes:
https://github.com/php/pecl-mail-mailparse/compare/v3.1.4...v3.1.6

It notably includes changes needed for PHP 8.3 compatibility.
This commit is contained in:
Thomas Gerbet 2024-02-22 11:59:10 +01:00
parent 9b0b5eab17
commit 24ff7d3ecc

View File

@ -3,8 +3,8 @@
buildPecl {
pname = "mailparse";
version = "3.1.4";
sha256 = "sha256-FHSSGzLH7vglFE4r4ZsenUdQWtQJcpgz/VDCXqzflXc=";
version = "3.1.6";
hash = "sha256-pp8WBVg+q9tZws1MFzNLMmc5ih1H4f1+25LYvvne4Ag=";
internalDeps = [ php.extensions.mbstring ];
postConfigure = ''