[cpan2nix] perlPackages.TestCompile: v2.3.0 -> v2.3.1

This commit is contained in:
volth 2019-11-23 12:42:36 +00:00
parent 316649c53a
commit fce9988850

View File

@ -17438,10 +17438,10 @@ let
TestCompile = buildPerlModule {
pname = "Test-Compile";
version = "2.3.0";
version = "2.3.1";
src = fetchurl {
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.3.0.tar.gz;
sha256 = "f61549769e55a9b251f83617b901c0461659b1360243ef046d4f112f7f4e4a8f";
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.3.1.tar.gz;
sha256 = "1174cff010011ae43e6462755ccd8a6cf0372ca506705c60586f7b1748ff4ddf";
};
propagatedBuildInputs = [ UNIVERSALrequire ];
meta = {