Perl::CGI: 4.31 -> 4.35
This commit is contained in:
parent
4450327c06
commit
c9d822b518
1 changed files with 2 additions and 2 deletions
|
@ -1555,10 +1555,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
CGI = buildPerlPackage rec {
|
||||
name = "CGI-4.31";
|
||||
name = "CGI-4.35";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEEJO/${name}.tar.gz";
|
||||
sha256 = "dee34f45525efb698d02c56ba2458a72acc34c4dcb05344706b587840b4e8c99";
|
||||
sha256 = "07gwnlc7vq58fjwmfsrv0hfyirqqdrpjhf89caq34rjrkz2wsd0b";
|
||||
};
|
||||
buildInputs = [ TestDeep TestWarn ];
|
||||
propagatedBuildInputs = [ HTMLParser self."if" ];
|
||||
|
|
Loading…
Reference in a new issue