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:
parent
88c2cb5e12
commit
2ad839f373
1 changed files with 2 additions and 3 deletions
|
|
@ -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)))
|
||||||
|
|
|
||||||
Reference in a new issue