gnu: perl-cpan-meta-check: Update to 0.014.

* gnu/packages/perl.scm (perl-cpan-meta-check): Update to 0.014.
master
Leo Famulari 2017-07-27 14:59:02 -04:00
parent ccb38cdc8d
commit ed9543c0ed
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -1314,7 +1314,7 @@ the caller.")
(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 @@ the caller.")
"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)))