phpPackages.mailparse: 3.0.2 -> 3.0.3
Mailparse 3.0.3 adds PHP 7.3 compatibility.
This commit is contained in:
parent
b647c76929
commit
2c55fe18ba
1 changed files with 3 additions and 3 deletions
|
@ -189,11 +189,11 @@ let
|
|||
buildInputs = [ (if isPhp73 then pkgs.pcre2 else pkgs.pcre) ];
|
||||
};
|
||||
|
||||
mailparse = assert !isPhp73; buildPecl rec {
|
||||
version = "3.0.2";
|
||||
mailparse = buildPecl rec {
|
||||
version = "3.0.3";
|
||||
pname = "mailparse";
|
||||
|
||||
sha256 = "0fw447ralqihsjnn0fm2hkaj8343cvb90v0d1wfclgz49256y6nq";
|
||||
sha256 = "00nk14jbdbln93mx3ag691avc11ff94hkadrcv5pn51c6ihsxbmz";
|
||||
};
|
||||
|
||||
memcached = buildPecl rec {
|
||||
|
|
Loading…
Reference in a new issue