From 024eb1ec493e1cd133e7c77ec5002470f0bf5020 Mon Sep 17 00:00:00 2001 From: volth Date: Sun, 2 Feb 2020 19:14:58 +0000 Subject: [PATCH] [cpan2nix] perlPackages.CGICompile: 0.23 -> 0.24 --- pkgs/top-level/perl-packages.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 16e1a3000b29..4e54e52b40c4 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -2050,13 +2050,13 @@ let CGICompile = buildPerlModule { pname = "CGI-Compile"; - version = "0.23"; + version = "0.24"; src = fetchurl { - url = mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.23.tar.gz; - sha256 = "13cr6bgzr665v73j4dykwslqlh74smpsz34zpd4h23517748cfc0"; + url = mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.24.tar.gz; + sha256 = "1zyz35hmflgm9jibi0mkni7n13lg5wwfvkavpzqgyza6kgzp515j"; }; - propagatedBuildInputs = [ Filepushd ]; - buildInputs = [ CGI CaptureTiny ModuleBuildTiny Switch TestNoWarnings TestRequires TryTiny ]; + propagatedBuildInputs = [ Filepushd SubName ]; + buildInputs = [ CGI CaptureTiny ModuleBuildTiny SubIdentify Switch TestNoWarnings TestRequires TryTiny ]; meta = { description = "Compile .cgi scripts to a code reference like ModPerl::Registry"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];