gnu: perl-test-output: Update to 1.031.
* gnu/packages/perl-check.scm (perl-test-output): Update to 1.031.
This commit is contained in:
parent
23da2107f9
commit
8cb722028c
|
@ -869,14 +869,14 @@ usually called epsilon. This module provides such a function for use with
|
||||||
(define-public perl-test-output
|
(define-public perl-test-output
|
||||||
(package
|
(package
|
||||||
(name "perl-test-output")
|
(name "perl-test-output")
|
||||||
(version "1.03")
|
(version "1.031")
|
||||||
(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
|
||||||
"12991jnzj4cbw9whhprmqvnzd1ayii84g2mh8vxbjngwqrjsy41i"))))
|
"193y1xjvgc1p9pdgdwps2127knvpz9wc1xh6gmr74y3ihmqz7f7q"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue