guix-commits
[Top][All Lists]
Advanced

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

16/20: gnu: perl-http-message: Update to 6.18.


From: guix-commits
Subject: 16/20: gnu: perl-http-message: Update to 6.18.
Date: Sun, 4 Aug 2019 07:53:28 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ff292a77a9c44145010674e8c36722dbf9d32435
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 1 15:14:45 2019 +0200

    gnu: perl-http-message: Update to 6.18.
    
    * gnu/packages/web.scm (perl-http-message): Update to 6.18.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f2d1f31..ba2a909 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2871,7 +2871,7 @@ used by the HTTP protocol (and then some more).")
 (define-public perl-http-message
   (package
     (name "perl-http-message")
-    (version "6.15")
+    (version "6.18")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -2879,7 +2879,7 @@ used by the HTTP protocol (and then some more).")
                    version ".tar.gz"))
              (sha256
               (base32
-               "11fbvisyvi6bw8z9iq9fm9mraf69qyds09fblhl9gyvg7ccll93v"))))
+               "04lih0fn89jpyk74c4aq1rzq18h8v4zd3x0lik2r9dl8sdqd2q6h"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-try-tiny" ,perl-try-tiny)))



reply via email to

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