guix-commits
[Top][All Lists]
Advanced

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

02/40: gnu: perl-uri: Update to 1.67.


From: Eric Bavier
Subject: 02/40: gnu: perl-uri: Update to 1.67.
Date: Thu, 12 Mar 2015 20:55:55 +0000

bavier pushed a commit to branch master
in repository guix.

commit 9acf97f2fb80fa7465fab068bcf2704557c0aafa
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 12 13:42:39 2015 -0500

    gnu: perl-uri: Update to 1.67.
    
    * gnu/packages/web.scm (perl-uri): Update to 1.67.
      [source]: Update mirror uri.
      [home-page]: Point to distribution uri.
---
 gnu/packages/web.scm |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fc17e21..7bf1642 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1010,15 +1010,14 @@ WSGI.")
 (define-public perl-uri
   (package
     (name "perl-uri")
-    (version "1.60")
+    (version "1.67")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "mirror://cpan/authors/id/G/GA/GAAS/URI-"
-                   version ".tar.gz"))
+             (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                                 "URI-" version ".tar.gz"))
              (sha256
               (base32
-               "0xr31mf7lfrwhyvlx4pzp6p7alls5gi4bj8pk5g89f5cckfd74hz"))))
+               "0ki7i830gs0cwwwjsyv3s6yy1l76ym8pfqp0lp7vw0j9bwyx923h"))))
     (build-system perl-build-system)
     (license (package-license perl))
     (synopsis "Perl Uniform Resource Identifiers (absolute and relative)")
@@ -1026,7 +1025,7 @@ WSGI.")
      "The URI module implements the URI class.  Objects of this class
 represent \"Uniform Resource Identifier references\" as specified in RFC 2396
 and updated by RFC 2732.")
-    (home-page "http://search.cpan.org/~gaas/URI/";)))
+    (home-page "http://search.cpan.org/dist/URI/";)))
 
 (define-public perl-www-curl
   (package



reply via email to

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