[cpan2nix] perlPackages.TestSimple13: 1.302135 -> 1.302136

This commit is contained in:
volth 2018-06-02 20:35:21 +00:00
parent 5fc30ba859
commit 3f184eb93e

View File

@ -15906,10 +15906,10 @@ let self = _self // overrides; _self = with self; {
TestSimple = null;
TestSimple13 = buildPerlPackage rec {
name = "Test-Simple-1.302135";
name = "Test-Simple-1.302136";
src = fetchurl {
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302135.tar.gz;
sha256 = "889b59d5fb5955b5d15dbef1020aa2e9a3ccafacc8717c16a939d7cfd619ab70";
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302136.tar.gz;
sha256 = "8d9a5c53b0309257af58b55177045f7d94e095e1c1416cb1e11aae4c1cdad446";
};
meta = {
description = "Basic utilities for writing tests";