mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-cpan-meta-check: Update to 0.014.
* gnu/packages/perl.scm (perl-cpan-meta-check): Update to 0.014.
This commit is contained in:
parent
ccb38cdc8d
commit
ed9543c0ed
1 changed files with 2 additions and 2 deletions
|
@ -1314,7 +1314,7 @@ (define-public perl-context-preserve
|
|||
(define-public perl-cpan-meta-check
|
||||
(package
|
||||
(name "perl-cpan-meta-check")
|
||||
(version "0.011")
|
||||
(version "0.014")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1322,7 +1322,7 @@ (define-public perl-cpan-meta-check
|
|||
"CPAN-Meta-Check-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nxi0xhhd3dwhgri3l8z8gpz2ibvhm5k7jjls8xmnlh0v84p04kh"))))
|
||||
"07rmdbz1rbnb7w33vswn1wixlyh947sqr93xrvcph1hwzhmmg818"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs `(("perl-test-deep" ,perl-test-deep)))
|
||||
(propagated-inputs `(("perl-cpan-meta" ,perl-cpan-meta)))
|
||||
|
|
Loading…
Reference in a new issue