mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
perl-Test-Requires: 0.06 -> 0.10
This commit is contained in:
parent
51b4d6fe02
commit
171147949d
@ -11045,11 +11045,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestRequires = buildPerlPackage {
|
TestRequires = buildPerlPackage rec {
|
||||||
name = "Test-Requires-0.06";
|
name = "Test-Requires-0.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/T/TO/TOKUHIROM/Test-Requires-0.06.tar.gz;
|
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/${name}.tar.gz";
|
||||||
sha256 = "1ksyg4npzx5faf2sj80rm74qjra4q679750vfqfvw3kg1d69wvwv";
|
sha256 = "1d9f481lj12cw1ciil46xq9nq16p6a90nm7yrsalpf8asn8s6s17";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Checks to see if the module can be loaded";
|
description = "Checks to see if the module can be loaded";
|
||||||
|
Loading…
Reference in New Issue
Block a user