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:
Tobias Geerinckx-Rice 2018-04-21 22:51:17 +02:00
parent 23da2107f9
commit 8cb722028c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -869,14 +869,14 @@ (define-public perl-test-number-delta
(define-public perl-test-output
(package
(name "perl-test-output")
(version "1.03")
(version "1.031")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
"Test-Output-" version ".tar.gz"))
(sha256
(base32
"12991jnzj4cbw9whhprmqvnzd1ayii84g2mh8vxbjngwqrjsy41i"))))
"193y1xjvgc1p9pdgdwps2127knvpz9wc1xh6gmr74y3ihmqz7f7q"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)