mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
perlPackages.TestVersion: update from 1.002001 to 1.002004
This commit is contained in:
parent
038d1b91f3
commit
e1f980d99f
@ -8768,10 +8768,10 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestVersion = buildPerlPackage {
|
TestVersion = buildPerlPackage {
|
||||||
name = "Test-Version-1.002001";
|
name = "Test-Version-1.002004";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/X/XE/XENO/Test-Version-1.002001.tar.gz;
|
url = mirror://cpan/authors/id/X/XE/XENO/Test-Version-1.002004.tar.gz;
|
||||||
sha256 = "84e741a1b9196b41130a7ec3f07b94e0e97e7e3f8abfb65e599f2760e01202ad";
|
sha256 = "1lvg1p6i159ssk5br5qb3gvrzdg59wchd97z7j44arnlkhfvwhgv";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestException TestRequires TestTester ];
|
buildInputs = [ TestException TestRequires TestTester ];
|
||||||
propagatedBuildInputs = [ FileFindRulePerl ];
|
propagatedBuildInputs = [ FileFindRulePerl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user