guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: perl-http-message: Update to 6.15.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: perl-http-message: Update to 6.15.
Date: Mon, 19 Mar 2018 14:36:42 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit b824534bb8c12d57091ee8b517e7b2b4196a1485
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 16 04:46:45 2018 +0100

    gnu: perl-http-message: Update to 6.15.
    
    * gnu/packages/web.scm (perl-http-message): Update to 6.15.
    [source]: Update URI.
    [native-inputs]: Add perl-try-tiny.
---
 gnu/packages/web.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fd631d4..a02ee5a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2732,16 +2732,18 @@ used by the HTTP protocol (and then some more).")
 (define-public perl-http-message
   (package
     (name "perl-http-message")
-    (version "6.11")
+    (version "6.15")
     (source (origin
              (method url-fetch)
              (uri (string-append
-                   "mirror://cpan/authors/id/E/ET/ETHER/HTTP-Message-"
+                   "mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Message-"
                    version ".tar.gz"))
              (sha256
               (base32
-               "06yq6cjx4vzl4if4ykap77xsrrd8aa7ish90k7cqi8g6g83nicz7"))))
+               "11fbvisyvi6bw8z9iq9fm9mraf69qyds09fblhl9gyvg7ccll93v"))))
     (build-system perl-build-system)
+    (native-inputs
+     `(("perl-try-tiny" ,perl-try-tiny)))
     (propagated-inputs
      `(("perl-encode-locale" ,perl-encode-locale)
        ("perl-http-date" ,perl-http-date)



reply via email to

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