guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/18: gnu: perl-hash-multivalue: Update to 0.16.


From: Tobias Geerinckx-Rice
Subject: 13/18: gnu: perl-hash-multivalue: Update to 0.16.
Date: Mon, 4 Jun 2018 09:38:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a0b9612fc90f61b8e416ffd0d7ff66befb999556
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 3 12:04:38 2018 +0200

    gnu: perl-hash-multivalue: Update to 0.16.
    
    * gnu/packages/perl.scm (perl-hash-multivalue): Update to 0.16.
    [source]: Update URI.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 03e8565..76548fa 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]