perlPackages.Test2Harness: 1.000155 -> 1.000161 (#458204)

This commit is contained in:
dotlambda
2025-11-04 02:43:10 +00:00
committed by GitHub
+5 -4
View File
@@ -33293,12 +33293,12 @@ with self;
};
};
Test2Harness = buildPerlPackage {
Test2Harness = buildPerlPackage rec {
pname = "Test2-Harness";
version = "1.000155";
version = "1.000161";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test2-Harness-1.000155.tar.gz";
hash = "sha256-Hvi/euDKALaHu24RXzq4yVBI5ICsmuUylzabxpSkc4s=";
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test2-Harness-${version}.tar.gz";
hash = "sha256-SXO3mx7tUwVxXuc9itySNtp5XH1AkNg7FQ6hMc1ltBQ=";
};
checkPhase = ''
@@ -33324,6 +33324,7 @@ with self;
gotofile
];
meta = {
changelog = "https://github.com/Test-More/Test2-Harness/blob/v${version}/Changes";
description = "New and improved test harness with better Test2 integration";
license = with lib.licenses; [
artistic1