mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: perl-hash-multivalue: Update to 0.16.
* gnu/packages/perl.scm (perl-hash-multivalue): Update to 0.16. [source]: Update URI.
This commit is contained in:
parent
92299d669a
commit
a0b9612fc9
1 changed files with 3 additions and 3 deletions
|
@ -3962,15 +3962,15 @@ (define-public perl-hash-merge
|
||||||
(define-public perl-hash-multivalue
|
(define-public perl-hash-multivalue
|
||||||
(package
|
(package
|
||||||
(name "perl-hash-multivalue")
|
(name "perl-hash-multivalue")
|
||||||
(version "0.15")
|
(version "0.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
|
(uri (string-append "mirror://cpan/authors/id/A/AR/ARISTOTLE/"
|
||||||
"Hash-MultiValue-" version ".tar.gz"))
|
"Hash-MultiValue-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0"))))
|
"1x3k7h542xnigz0b8vsfiq580p5r325wi5b8mxppiqk8mbvis636"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://search.cpan.org/dist/Hash-MultiValue/")
|
(home-page "http://search.cpan.org/dist/Hash-MultiValue/")
|
||||||
(synopsis "Store multiple values per key")
|
(synopsis "Store multiple values per key")
|
||||||
|
|
Loading…
Reference in a new issue