perl-CGI: 4.28 -> 4.31
This commit is contained in:
parent
b0e02cecb6
commit
34ebc3c085
@ -1499,13 +1499,13 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
CGI = buildPerlPackage rec {
|
||||
name = "CGI-4.28";
|
||||
name = "CGI-4.31";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEEJO/${name}.tar.gz";
|
||||
sha256 = "1297d3ed6616cacb4eb57860e3e743f3890111e7a63ca08849930f42f1360532";
|
||||
sha256 = "dee34f45525efb698d02c56ba2458a72acc34c4dcb05344706b587840b4e8c99";
|
||||
};
|
||||
buildInputs = [ TestDeep TestWarn ];
|
||||
propagatedBuildInputs = [ HTMLParser ];
|
||||
propagatedBuildInputs = [ HTMLParser self."if" ];
|
||||
meta = {
|
||||
homepage = https://metacpan.org/module/CGI;
|
||||
description = "Handle Common Gateway Interface requests and responses";
|
||||
|
Loading…
Reference in New Issue
Block a user