[cpan2nix] perlPackages.TextTemplate: 1.55 -> 1.56
This commit is contained in:
parent
5a6cf06497
commit
c59369117e
@ -18210,10 +18210,10 @@ let
|
||||
|
||||
TextTemplate = buildPerlPackage {
|
||||
pname = "Text-Template";
|
||||
version = "1.55";
|
||||
version = "1.56";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MS/MSCHOUT/Text-Template-1.55.tar.gz;
|
||||
sha256 = "a4948be945250c17f9f0aaee56cc79b3195dcebcb75215b55d6ed1ca2b02f18b";
|
||||
url = mirror://cpan/authors/id/M/MS/MSCHOUT/Text-Template-1.56.tar.gz;
|
||||
sha256 = "09aaa095c562d22824daf849378a58632446093f397d8c7acb37c25a7f37e646";
|
||||
};
|
||||
buildInputs = [ TestMoreUTF8 TestWarnings ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user