[cpan2nix] perlPackages.TestSharedFork: 0.34 -> 0.35
This commit is contained in:
parent
b587307a88
commit
16c55f3239
@ -14467,10 +14467,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TestSharedFork = buildPerlPackage rec {
|
TestSharedFork = buildPerlPackage rec {
|
||||||
name = "Test-SharedFork-0.34";
|
name = "Test-SharedFork-0.35";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
|
||||||
sha256 = "1yq4xzify3wqdc07zq33lwgh9gywp3qd8w6wzwrllbjw0hhkm4s8";
|
sha256 = "17y52j20k1bs9dgf4n6rhh9dn4cfxxbnfn2cfs7pb00fc5jyhci9";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestRequires ];
|
buildInputs = [ TestRequires ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user