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

* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 12:39:50 +01:00
parent e750f1fcdc
commit 677aca12b7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 5 deletions

View File

@ -1362,20 +1362,19 @@ installed.")
(synopsis "Dynamic generation of tests") (synopsis "Dynamic generation of tests")
(description "The Test::WriteVariants module provides for the dynamic (description "The Test::WriteVariants module provides for the dynamic
generation of tests in nested combinations of contexts.") generation of tests in nested combinations of contexts.")
(license perl-license))) ;See LICENSE (license perl-license))) ; see LICENSE
(define-public perl-test-yaml (define-public perl-test-yaml
(package (package
(name "perl-test-yaml") (name "perl-test-yaml")
(version "1.06") (version "1.07")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/I/IN/INGY/" (uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/"
"Test-YAML-" version ".tar.gz")) "Test-YAML-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0pwrrnwi1qaiy3c5522vy0kzncxc9g02r4b056wqqaa69w1hsc0z"))))
"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)))