[cpan2nix] perlPackages.TestCompile: v2.3.0 -> v2.3.1
This commit is contained in:
parent
316649c53a
commit
fce9988850
|
@ -17438,10 +17438,10 @@ let
|
||||||
|
|
||||||
TestCompile = buildPerlModule {
|
TestCompile = buildPerlModule {
|
||||||
pname = "Test-Compile";
|
pname = "Test-Compile";
|
||||||
version = "2.3.0";
|
version = "2.3.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.3.0.tar.gz;
|
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.3.1.tar.gz;
|
||||||
sha256 = "f61549769e55a9b251f83617b901c0461659b1360243ef046d4f112f7f4e4a8f";
|
sha256 = "1174cff010011ae43e6462755ccd8a6cf0372ca506705c60586f7b1748ff4ddf";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ UNIVERSALrequire ];
|
propagatedBuildInputs = [ UNIVERSALrequire ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue