mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
[cpan2nix] perlPackages.TestCompile: v2.3.1 -> v2.4.0
This commit is contained in:
parent
047dd42203
commit
be19007447
@ -18238,10 +18238,10 @@ let
|
||||
|
||||
TestCompile = buildPerlModule {
|
||||
pname = "Test-Compile";
|
||||
version = "2.3.1";
|
||||
version = "2.4.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.3.1.tar.gz";
|
||||
sha256 = "1174cff010011ae43e6462755ccd8a6cf0372ca506705c60586f7b1748ff4ddf";
|
||||
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.4.0.tar.gz;
|
||||
sha256 = "eff7e320527d7a33d9b27443871c1e9d5dbeb11408fb9843c56496f67b99ad78";
|
||||
};
|
||||
propagatedBuildInputs = [ UNIVERSALrequire ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user