[cpan2nix] perlPackages.ApacheAuthCookie: 3.27 -> 3.28
This commit is contained in:
parent
6ff76b565a
commit
40b729b0e0
@ -347,10 +347,10 @@ let
|
|||||||
|
|
||||||
ApacheAuthCookie = buildPerlPackage {
|
ApacheAuthCookie = buildPerlPackage {
|
||||||
pname = "Apache-AuthCookie";
|
pname = "Apache-AuthCookie";
|
||||||
version = "3.27";
|
version = "3.28";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.27.tar.gz;
|
url = mirror://cpan/authors/id/M/MS/MSCHOUT/Apache-AuthCookie-3.28.tar.gz;
|
||||||
sha256 = "58daeb3e44c681ff88f8fb00e4aabaa7a40cbee73dbdb84fcf6c285b15d357bd";
|
sha256 = "bcd795a7f654a94ae0a6bd734ba4d8ba1085371fca486229dba49f1c2d62142b";
|
||||||
};
|
};
|
||||||
buildInputs = [ ApacheTest ];
|
buildInputs = [ ApacheTest ];
|
||||||
propagatedBuildInputs = [ ClassLoad HTTPBody HashMultiValue WWWFormUrlEncoded ];
|
propagatedBuildInputs = [ ClassLoad HTTPBody HashMultiValue WWWFormUrlEncoded ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user