[cpan2nix] perlPackages.TestVersion: 2.05 -> 2.07

This commit is contained in:
volth 2018-04-07 07:56:05 +00:00
parent 457a667e19
commit f9710975cb
1 changed files with 2 additions and 2 deletions

View File

@ -15293,10 +15293,10 @@ let self = _self // overrides; _self = with self; {
};
TestVersion = buildPerlPackage rec {
name = "Test-Version-2.05";
name = "Test-Version-2.07";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
sha256 = "39c0ec02663da0e56962bdafaef6790cf83d12b4d90e8a4cdc971d57d869d63f";
sha256 = "eae8b758395d6b23d4ce3109b055663379b9970fb8f81e5803d145dbc5ccdbac";
};
buildInputs = [ TestException ];
propagatedBuildInputs = [ FileFindRulePerl ];