Unverified Commit 0ca5ce44 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents e02f51c0 73244756
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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