diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-03 12:04:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-04 15:35:46 +0200 |
commit | a0b9612fc90f61b8e416ffd0d7ff66befb999556 (patch) | |
tree | fa9f8bdcdfb8c8730c494eb5a1232a38a432b32f | |
parent | 92299d669a9e4a39af303973658ea209e120ca91 (diff) | |
download | guix-a0b9612fc90f61b8e416ffd0d7ff66befb999556.tar guix-a0b9612fc90f61b8e416ffd0d7ff66befb999556.tar.gz |
gnu: perl-hash-multivalue: Update to 0.16.
* gnu/packages/perl.scm (perl-hash-multivalue): Update to 0.16.
[source]: Update URI.
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 03e8565872..76548fa222 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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") |