mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
perl-CGI: 4.35 -> 4.36
This commit is contained in:
parent
33df3be87b
commit
fc5e6ce9ce
@ -1609,10 +1609,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
CGI = buildPerlPackage rec {
|
||||
name = "CGI-4.35";
|
||||
name = "CGI-4.36";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEEJO/${name}.tar.gz";
|
||||
sha256 = "07gwnlc7vq58fjwmfsrv0hfyirqqdrpjhf89caq34rjrkz2wsd0b";
|
||||
sha256 = "142la7jagpni5z7m4s9h9v5vpg0pisc3y3z8kdzqc7j6yba89zpy";
|
||||
};
|
||||
buildInputs = [ TestDeep TestWarn ];
|
||||
propagatedBuildInputs = [ HTMLParser self."if" ];
|
||||
|
Loading…
Reference in New Issue
Block a user