me
/
guix
Archived
1
0
Fork 0

gnu: perl-test-writevariants: Update to 0.014.

* gnu/packages/perl-check.scm (perl-test-writevariants): Update to 0.014.
[propagated-inputs]: Add perl-module-runtime.
master
Tobias Geerinckx-Rice 2019-03-15 12:39:38 +01:00
parent 677aca12b7
commit 6dc75e18fe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -1341,15 +1341,14 @@ installed.")
(define-public perl-test-writevariants
(package
(name "perl-test-writevariants")
(version "0.010")
(version "0.014")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/"
"Test-WriteVariants-" version ".tar.gz"))
(sha256
(base32
"0kklp05fj98yiq8znyfx9lx1vmjay2ypfb868qdwv3kf93m5zjwr"))))
(base32 "11v4j3607bydxsqy2ylx9w6qr3qxcalfx3mdc4q4ccqmxsyw4jb3"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-most" ,perl-test-most)
@ -1357,7 +1356,8 @@ installed.")
(propagated-inputs
`(("perl-data-tumbler" ,perl-data-tumbler)
("perl-file-homedir" ,perl-file-homedir)
("perl-module-pluggable" ,perl-module-pluggable)))
("perl-module-pluggable" ,perl-module-pluggable)
("perl-module-runtime" ,perl-module-runtime)))
(home-page "https://metacpan.org/release/Test-WriteVariants")
(synopsis "Dynamic generation of tests")
(description "The Test::WriteVariants module provides for the dynamic