perl-Test-Version: 2.03 -> 2.05
This commit is contained in:
parent
f135d259d8
commit
f61ed05bb0
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user