[cpan2nix] perlPackages.TextTemplate: 1.46 -> 1.52

This commit is contained in:
volth 2018-04-07 07:55:22 +00:00
parent dd665c65f2
commit 82da98199e

View file

@ -15199,15 +15199,16 @@ let self = _self // overrides; _self = with self; {
};
TextTemplate = buildPerlPackage {
name = "Text-Template-1.46";
name = "Text-Template-1.52";
src = fetchurl {
url = mirror://cpan/authors/id/M/MJ/MJD/Text-Template-1.46.tar.gz;
sha256 = "77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580";
url = mirror://cpan/authors/id/M/MS/MSCHOUT/Text-Template-1.52.tar.gz;
sha256 = "85da7a5e7eecf1871cda8bf3ce7b8ad0b5f75c6c5791f43a7d94373406859b6c";
};
meta = {
description = "Unknown";
license = "unknown";
};
buildInputs = [ TestWarnings ];
};
TestTrap = buildPerlModule rec {