mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-test-differences: Update to 0.64.
* gnu/packages/perl-check.scm (perl-test-differences): Update to 0.64.
This commit is contained in:
parent
cb6fb537dd
commit
23da2107f9
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ 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.63")
|
(version "0.64")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -325,7 +325,7 @@ structures without getting caught in an infinite loop.")
|
||||||
"Test-Differences-" version ".tar.gz"))
|
"Test-Differences-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rhs4q6qn64ji06ns7lwl6iiiw3mggvd9xk9nkiqvx1jihbplrbw"))))
|
"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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue