mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-cpan-meta-yaml: Update to 0.018.
* gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018.
This commit is contained in:
parent
2dfd0d7b9c
commit
f3312bc191
1 changed files with 2 additions and 2 deletions
|
@ -8035,7 +8035,7 @@ (define-public perl-cpan-meta-requirements
|
|||
(define-public perl-cpan-meta-yaml
|
||||
(package
|
||||
(name "perl-cpan-meta-yaml")
|
||||
(version "0.012")
|
||||
(version "0.018")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8043,7 +8043,7 @@ (define-public perl-cpan-meta-yaml
|
|||
"CPAN-Meta-YAML-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a0d62w8d81kkas4j1h48znk0f0vrpibl31gvz9r8hm77dbqqwkw"))))
|
||||
"150jh9l7baddl2587m23qs2l0pb395qsx9bhsgdsnn6y9k4zgjik"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;Tests require Test::More >= 0.99
|
||||
|
|
Loading…
Reference in a new issue