perl-Test-Version: 2.03 -> 2.05

This commit is contained in:
Robert Helgesson 2016-09-20 18:27:41 +02:00
parent f135d259d8
commit f61ed05bb0
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -13508,15 +13508,15 @@ let self = _self // overrides; _self = with self; {
};
TestVersion = buildPerlPackage rec {
name = "Test-Version-2.03";
name = "Test-Version-2.05";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/${name}.tar.gz";
sha256 = "02nbi7iqab1b0ngkiim9kbvnnr9bhi17bq54vm8hn9ridzgbj1vj";
sha256 = "39c0ec02663da0e56962bdafaef6790cf83d12b4d90e8a4cdc971d57d869d63f";
};
buildInputs = [ TestException TestRequires TestTester ];
buildInputs = [ TestException ];
propagatedBuildInputs = [ FileFindRulePerl ];
meta = {
homepage = http://search.cpan.org/dist/Test-Version/;
homepage = https://metacpan.org/dist/Test-Version;
description = "Check to see that version's in modules are sane";
license = stdenv.lib.licenses.artistic2;
};