[cpan2nix] perlPackages.CGIExpand: 2.04 -> 2.05

This commit is contained in:
volth 2018-04-07 07:54:45 +00:00
parent b70999d01e
commit e81867b2a2

View File

@ -1707,17 +1707,17 @@ let self = _self // overrides; _self = with self; {
}; };
CGIExpand = buildPerlPackage { CGIExpand = buildPerlPackage {
name = "CGI-Expand-2.04"; name = "CGI-Expand-2.05";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOWMANBS/CGI-Expand-2.04.tar.gz; url = mirror://cpan/authors/id/B/BO/BOWMANBS/CGI-Expand-2.05.tar.gz;
sha256 = "0jk2vvk4mlz7phq3h3wpryix46adi7fkkzvkv0ssn5xkqy3pqlny"; sha256 = "1ad48nd067j5irjampxpw3zvzpg8wpnpan6szkdc5h64wccd30kf";
}; };
propagatedBuildInputs = [ TestException ];
meta = { meta = {
description = "Convert flat hash to nested data using TT2's dot convention"; description = "Convert flat hash to nested data using TT2's dot convention";
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
buildInputs = [ TestException ];
}; };
CGIFast = buildPerlPackage { CGIFast = buildPerlPackage {