gnu: perl-test-output: Update to 1.033.
* gnu/packages/perl-check.scm (perl-test-output): Update to 1.033.
This commit is contained in:
parent
dd880b6f53
commit
be34826886
1 changed files with 2 additions and 2 deletions
|
@ -1096,14 +1096,14 @@ classes in its inheritance tree in one single call.")
|
||||||
(define-public perl-test-output
|
(define-public perl-test-output
|
||||||
(package
|
(package
|
||||||
(name "perl-test-output")
|
(name "perl-test-output")
|
||||||
(version "1.031")
|
(version "1.033")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||||
"Test-Output-" version ".tar.gz"))
|
"Test-Output-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"193y1xjvgc1p9pdgdwps2127knvpz9wc1xh6gmr74y3ihmqz7f7q"))))
|
"0vjm62c7g3xxs3h4lba55dnpr4pg71yrhkdg5b9glxdh80klia7n"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-capture-tiny" ,perl-capture-tiny)
|
`(("perl-capture-tiny" ,perl-capture-tiny)
|
||||||
|
|
Reference in a new issue