[cpan2nix] perlPackages.CGICompile: 0.24 -> 0.25
This commit is contained in:
parent
05ac40f301
commit
d0f367dfdf
@ -2238,10 +2238,10 @@ let
|
|||||||
|
|
||||||
CGICompile = buildPerlModule {
|
CGICompile = buildPerlModule {
|
||||||
pname = "CGI-Compile";
|
pname = "CGI-Compile";
|
||||||
version = "0.24";
|
version = "0.25";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.24.tar.gz";
|
url = "mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.25.tar.gz";
|
||||||
sha256 = "1zyz35hmflgm9jibi0mkni7n13lg5wwfvkavpzqgyza6kgzp515j";
|
sha256 = "198f94r9xjxgn0hvwy5f93xfa8jlw7d9v3v8z7qbh7mxvzp78jzl";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ Filepushd SubName ];
|
propagatedBuildInputs = [ Filepushd SubName ];
|
||||||
buildInputs = [ CGI CaptureTiny ModuleBuildTiny SubIdentify Switch TestNoWarnings TestRequires TryTiny ];
|
buildInputs = [ CGI CaptureTiny ModuleBuildTiny SubIdentify Switch TestNoWarnings TestRequires TryTiny ];
|
||||||
|
Loading…
Reference in New Issue
Block a user