[cpan2nix] perlPackages.TestWarn: 0.32 -> 0.33

This commit is contained in:
volth 2018-06-02 20:36:21 +00:00
parent 9b221d16a2
commit efa636d126

View file

@ -16068,10 +16068,10 @@ let self = _self // overrides; _self = with self; {
};
TestWarn = buildPerlPackage {
name = "Test-Warn-0.32";
name = "Test-Warn-0.33";
src = fetchurl {
url = mirror://cpan/authors/id/B/BI/BIGJ/Test-Warn-0.32.tar.gz;
sha256 = "1lkkpx8gyfsxfkys1psp990xyy1zxf8rsqd44az57x4y3zkidi9g";
url = mirror://cpan/authors/id/B/BI/BIGJ/Test-Warn-0.33.tar.gz;
sha256 = "1i744wq55rckcyhj7l7p039jyaqpf6jgq1dgrznin3kvl8b8s042";
};
propagatedBuildInputs = [ SubUplevel ];
meta = {