guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: perl-uri: Update to 1.73.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: perl-uri: Update to 1.73.
Date: Mon, 19 Feb 2018 20:57:40 -0500 (EST)

nckx pushed a commit to branch staging
in repository guix.

commit 5fff9d9db45a3842f6082362b58bed0fbea0e6cf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 9 19:51:16 2018 +0100

    gnu: perl-uri: Update to 1.73.
    
    * gnu/packages/web.scm (perl-uri): Update to 1.73.
    [native-inputs]: Add perl-test-needs.
---
 gnu/packages/web.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 10757cb..6440308 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3497,15 +3497,18 @@ applications.")
 (define-public perl-uri
   (package
     (name "perl-uri")
-    (version "1.71")
+    (version "1.73")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
                                  "URI-" version ".tar.gz"))
              (sha256
               (base32
-               "05a1ck1bhvqkkk690xhsxf7276dnagk96qkh2jy4prrrgw6wm3lw"))))
+               "04z4xwiryrbxxi48bwbkgq9q9pwfgqry3wp0ramcrwv3dx5ap9yc"))))
     (build-system perl-build-system)
+    (native-inputs
+     ;; For tests.
+     `(("perl-test-needs" ,perl-test-needs)))
     (license l:perl-license)
     (synopsis "Perl Uniform Resource Identifiers (absolute and relative)")
     (description



reply via email to

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