[cpan2nix] perlPackages.Test2Suite: 0.000114 -> 0.000115

This commit is contained in:
volth 2018-07-25 22:29:09 +00:00
parent 1d018d13d5
commit 516979ad97

View file

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