me
/
guix
Archived
1
0
Fork 0

gnu: perl-test-output: Update to 1.033.

* gnu/packages/perl-check.scm (perl-test-output): Update to 1.033.
master
Efraim Flashner 2021-03-29 17:18:38 +03:00
parent dd880b6f53
commit be34826886
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1096,14 +1096,14 @@ classes in its inheritance tree in one single call.")
(define-public perl-test-output
(package
(name "perl-test-output")
(version "1.031")
(version "1.033")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
"Test-Output-" version ".tar.gz"))
(sha256
(base32
"193y1xjvgc1p9pdgdwps2127knvpz9wc1xh6gmr74y3ihmqz7f7q"))))
"0vjm62c7g3xxs3h4lba55dnpr4pg71yrhkdg5b9glxdh80klia7n"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)