guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-uri: Update to 1.71.


From: ???
Subject: 01/01: gnu: perl-uri: Update to 1.71.
Date: Mon, 20 Jun 2016 13:03:11 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 3099354dd4528a1889e3da2b5515bbf0efad4ce0
Author: ng0 <address@hidden>
Date:   Mon Jun 20 12:48:11 2016 +0000

    gnu: perl-uri: Update to 1.71.
    
    * gnu/packages/web.scm (perl-uri): Update to 1.71.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/web.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9f36fce..f796c13 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2016 Rene Saavedra <address@hidden>
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016 Clément Lassieur <address@hidden>
+;;; Copyright © 2016 ng0 <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2899,14 +2900,14 @@ applications.")
 (define-public perl-uri
   (package
     (name "perl-uri")
-    (version "1.67")
+    (version "1.71")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
                                  "URI-" version ".tar.gz"))
              (sha256
               (base32
-               "0ki7i830gs0cwwwjsyv3s6yy1l76ym8pfqp0lp7vw0j9bwyx923h"))))
+               "05a1ck1bhvqkkk690xhsxf7276dnagk96qkh2jy4prrrgw6wm3lw"))))
     (build-system perl-build-system)
     (license (package-license perl))
     (synopsis "Perl Uniform Resource Identifiers (absolute and relative)")



reply via email to

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