[cpan2nix] perlPackages.TestCompile: v2.4.0 -> v2.4.1

This commit is contained in:
volth 2020-09-09 09:12:03 +00:00
parent cf7401aec7
commit 01c3ea02d1

View File

@ -18966,10 +18966,10 @@ let
TestCompile = buildPerlModule {
pname = "Test-Compile";
version = "2.4.0";
version = "2.4.1";
src = fetchurl {
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.4.0.tar.gz;
sha256 = "eff7e320527d7a33d9b27443871c1e9d5dbeb11408fb9843c56496f67b99ad78";
url = "mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v2.4.1.tar.gz";
sha256 = "56a7a3459db5de0f92419029cf1b4d51c44dd02d4690cff3c4eedf666f6d8d46";
};
propagatedBuildInputs = [ UNIVERSALrequire ];
meta = {