perlPackages.TestSimple13: 1.302183 -> 1.302195

This commit is contained in:
Stig Palmquist
2023-07-06 14:14:33 +02:00
parent 4da042f517
commit b99636d903
+3 -3
View File
@@ -24938,10 +24938,10 @@ with self; {
TestSimple13 = buildPerlPackage {
pname = "Test-Simple";
version = "1.302183";
version = "1.302195";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302183.tar.gz";
hash = "sha256-mgO9pexCCuqWkrZQQ39NW1dPpQX91/9gzbXz7ANBBv8=";
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302195.tar.gz";
hash = "sha256-s5C7I1kuC5Rsla27PDCxG8Y0ooayhHvmEa2SnFfjmmw=";
};
meta = {
description = "Basic utilities for writing tests";