mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
[cpan2nix] perlPackages.TemplateToolkit: 2.28 -> 2.29
This commit is contained in:
parent
aa509a2ad1
commit
c97debca19
@ -16137,10 +16137,10 @@ let
|
||||
|
||||
TemplateToolkit = buildPerlPackage {
|
||||
pname = "Template-Toolkit";
|
||||
version = "2.28";
|
||||
version = "2.29";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/A/AT/ATOOMIC/Template-Toolkit-2.28.tar.gz;
|
||||
sha256 = "1msxg3j1hx5wsc7vr81x5gs9gdbn4y0x6cvyj3pq4dgi1603dbvi";
|
||||
url = mirror://cpan/authors/id/A/AT/ATOOMIC/Template-Toolkit-2.29.tar.gz;
|
||||
sha256 = "0ya7c49q2rd2gdjf28y60iq8wsr2afphsy1labyhbf0zyhfdgp9b";
|
||||
};
|
||||
propagatedBuildInputs = [ AppConfig ];
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
Loading…
Reference in New Issue
Block a user