gnu: perl-test-yaml: Update to 1.06.
* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.06
This commit is contained in:
parent
2c438e563a
commit
67c939d9b8
|
@ -1122,7 +1122,7 @@ generation of tests in nested combinations of contexts.")
|
||||||
(define-public perl-test-yaml
|
(define-public perl-test-yaml
|
||||||
(package
|
(package
|
||||||
(name "perl-test-yaml")
|
(name "perl-test-yaml")
|
||||||
(version "1.05")
|
(version "1.06")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1130,7 +1130,7 @@ generation of tests in nested combinations of contexts.")
|
||||||
"Test-YAML-" version ".tar.gz"))
|
"Test-YAML-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"079nayc0fp2fwjv8s2yr069bdffln699j6z3lqr5dpx1v2qg82ck"))))
|
"0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-test-base" ,perl-test-base)))
|
`(("perl-test-base" ,perl-test-base)))
|
||||||
|
|
Loading…
Reference in New Issue