[cpan2nix] perlPackages.TestMockModule: v0.170.0 -> v0.171.0

This commit is contained in:
volth 2019-11-23 12:43:20 +00:00
parent ae671647db
commit e28f65ad79
1 changed files with 3 additions and 3 deletions

View File

@ -17874,10 +17874,10 @@ let
TestMockModule = buildPerlModule { TestMockModule = buildPerlModule {
pname = "Test-MockModule"; pname = "Test-MockModule";
version = "0.170.0"; version = "0.171.0";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/G/GF/GFRANKS/Test-MockModule-v0.170.0.tar.gz; url = mirror://cpan/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz;
sha256 = "0pggwrlqj6k44qayhbpjqkzry1r626iy2vf30zlf2jdhbjbvlycz"; sha256 = "1arqgb1773zym5dqlwm6kz48bfrccjhb5bjfsif0vkalwq2gvm7b";
}; };
propagatedBuildInputs = [ SUPER ]; propagatedBuildInputs = [ SUPER ];
buildInputs = [ TestWarnings ]; buildInputs = [ TestWarnings ];