me
/
guix
Archived
1
0
Fork 0

gnu: perl-test-yaml: Update to 1.06.

* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.06
master
Tobias Geerinckx-Rice 2017-12-15 20:05:35 +01:00
parent 2c438e563a
commit 67c939d9b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1122,7 +1122,7 @@ generation of tests in nested combinations of contexts.")
(define-public perl-test-yaml
(package
(name "perl-test-yaml")
(version "1.05")
(version "1.06")
(source
(origin
(method url-fetch)
@ -1130,7 +1130,7 @@ generation of tests in nested combinations of contexts.")
"Test-YAML-" version ".tar.gz"))
(sha256
(base32
"079nayc0fp2fwjv8s2yr069bdffln699j6z3lqr5dpx1v2qg82ck"))))
"0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-test-base" ,perl-test-base)))