guix-commits
[Top][All Lists]
Advanced

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

35/37: gnu: perl-http-message: Update to 6.11.


From: Efraim Flashner
Subject: 35/37: gnu: perl-http-message: Update to 6.11.
Date: Wed, 30 Nov 2016 20:16:00 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a8a7227b7d371b79cecd9bd0b92373cc53edbfef
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 30 21:37:10 2016 +0200

    gnu: perl-http-message: Update to 6.11.
    
    * gnu/packages/web.scm (perl-http-message): Update to 6.11.
    [propagated-inputs]: Add perl-encode-locale.
---
 gnu/packages/web.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 01c0a1c..b5b04eb 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2213,7 +2213,7 @@ used by the HTTP protocol (and then some more).")
 (define-public perl-http-message
   (package
     (name "perl-http-message")
-    (version "6.06")
+    (version "6.11")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -2221,10 +2221,11 @@ used by the HTTP protocol (and then some more).")
                    version ".tar.gz"))
              (sha256
               (base32
-               "0qxdrcak97azjvqyx1anpb2ky6vp6vc37x0wcfjdqfajkh09fzh8"))))
+               "06yq6cjx4vzl4if4ykap77xsrrd8aa7ish90k7cqi8g6g83nicz7"))))
     (build-system perl-build-system)
     (propagated-inputs
-     `(("perl-http-date" ,perl-http-date)
+     `(("perl-encode-locale" ,perl-encode-locale)
+       ("perl-http-date" ,perl-http-date)
        ("perl-io-html" ,perl-io-html)
        ("perl-lwp-mediatypes" ,perl-lwp-mediatypes)
        ("perl-uri" ,perl-uri)))



reply via email to

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