gnu: perl-hash-multivalue: Update to 0.16.

* gnu/packages/perl.scm (perl-hash-multivalue): Update to 0.16.
[source]: Update URI.
master
Tobias Geerinckx-Rice 2018-06-03 12:04:38 +02:00
parent 92299d669a
commit a0b9612fc9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3962,15 +3962,15 @@ merged.")
(define-public perl-hash-multivalue
(package
(name "perl-hash-multivalue")
(version "0.15")
(version "0.16")
(source
(origin
(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"))
(sha256
(base32
"1jc37kwpa1fl88va8bd1p95h0vjv1gsvmn7pc2pxj62ga6x0wpc0"))))
"1x3k7h542xnigz0b8vsfiq580p5r325wi5b8mxppiqk8mbvis636"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Hash-MultiValue/")
(synopsis "Store multiple values per key")