mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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)))
|
||||
|
|
Loading…
Reference in a new issue