mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: perl-cpan-meta-requirements: Update to 2.140.
* gnu/packages/perl.scm (perl-cpan-meta-requirements): Update to 2.140.
This commit is contained in:
parent
687d2c4fe2
commit
2dfd0d7b9c
1 changed files with 2 additions and 2 deletions
|
@ -8013,7 +8013,7 @@ methods for interrogating that data.")
|
|||
(define-public perl-cpan-meta-requirements
|
||||
(package
|
||||
(name "perl-cpan-meta-requirements")
|
||||
(version "2.131")
|
||||
(version "2.140")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8021,7 +8021,7 @@ methods for interrogating that data.")
|
|||
"CPAN-Meta-Requirements-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12p5s7w3cwcrbpcrxzanvpr0syswhwlqzbaki6m044c45jix2fss"))))
|
||||
"1a8zflgaayycmn3zvd3n64yypa4jyl1va0h51wpr5w46irg69608"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/CPAN-Meta-Requirements")
|
||||
(synopsis "Set of version requirements for a CPAN dist")
|
||||
|
|
Loading…
Reference in a new issue