perlPackages.TestOutput: 1.031 -> 1.034

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:24 +02:00
parent e8a30238da
commit d328696c10

View File

@ -24780,10 +24780,10 @@ with self; {
TestOutput = buildPerlPackage {
pname = "Test-Output";
version = "1.031";
version = "1.034";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BD/BDFOY/Test-Output-1.031.tar.gz";
hash = "sha256-+LjzcYVxeHJyfQb2wHj6d9t5RBD68vbaTTewt2UPfqQ=";
url = "mirror://cpan/authors/id/B/BD/BDFOY/Test-Output-1.034.tar.gz";
hash = "sha256-zULigBwNK0gtGMn7SwbHVwVIGLy7KCTl378zrXo9aaA=";
};
propagatedBuildInputs = [ CaptureTiny ];
meta = {