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 @@ (define-public perl-test-deep
(define-public perl-test-differences
(package
(name "perl-test-differences")
(version "0.64")
(version "0.67")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DC/DCANTRELL/"
"Test-Differences-" version ".tar.gz"))
(sha256
(base32
"0xmj5vgklq4yqvi7l63ky1k6g7fhww68llpmw9rhlaihqbcrsicz"))))
(base32 "1nkqr3m4lbzw7fkkzah42aiqlhxapamk6kw7hj90cjwkifsbp3f8"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))