Archived
1
0
Fork 0

gnu: perl-test-differences: Update to 0.67.

* gnu/packages/perl-check.scm (perl-test-differences): Update to 0.67.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 11:52:13 +01:00
parent 88c2cb5e12
commit 2ad839f373
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -338,15 +338,14 @@ structures without getting caught in an infinite loop.")
(define-public perl-test-differences (define-public perl-test-differences
(package (package
(name "perl-test-differences") (name "perl-test-differences")
(version "0.64") (version "0.67")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DC/DCANTRELL/" (uri (string-append "mirror://cpan/authors/id/D/DC/DCANTRELL/"
"Test-Differences-" version ".tar.gz")) "Test-Differences-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1nkqr3m4lbzw7fkkzah42aiqlhxapamk6kw7hj90cjwkifsbp3f8"))))
"0xmj5vgklq4yqvi7l63ky1k6g7fhww68llpmw9rhlaihqbcrsicz"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build))) `(("perl-module-build" ,perl-module-build)))