[cpan2nix] perlPackages.Test2Suite: 0.000115 -> 0.000117

This commit is contained in:
volth 2018-12-28 14:19:00 +00:00
parent 9864434a83
commit acf4096663

View file

@ -14789,10 +14789,10 @@ let
};
Test2Suite = buildPerlPackage rec {
name = "Test2-Suite-0.000115";
name = "Test2-Suite-0.000117";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
sha256 = "02be3428a0965aeb21245d44bbadda69b94dc76cd68d5695352c996ac7fc3638";
sha256 = "e8877a90655ace2e8302104e0de27faf777397194738b085b209749c091ef154";
};
propagatedBuildInputs = [ ModulePluggable ScopeGuard SubInfo TermTable TestSimple13 ];
meta = {