[cpan2nix] perlPackages.TestFile: 1.41 -> 1.443

This commit is contained in:
volth 2018-04-07 07:54:37 +00:00
parent 12a787b093
commit f20f9c5feb

View File

@ -13916,10 +13916,10 @@ let self = _self // overrides; _self = with self; {
};
TestFile = buildPerlPackage {
name = "Test-File-1.41";
name = "Test-File-1.443";
src = fetchurl {
url = mirror://cpan/authors/id/B/BD/BDFOY/Test-File-1.41.tar.gz;
sha256 = "45ec1b714f64d05e34205c40b08c49549f257910e4966fa28e2ac170d5516316";
url = mirror://cpan/authors/id/B/BD/BDFOY/Test-File-1.443.tar.gz;
sha256 = "61b4a6ab8f617c8c7b5975164cf619468dc304b6baaaea3527829286fa58bcd5";
};
buildInputs = [ Testutf8 ];
meta = {