guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: perl-lwp-protocol-https: Update to 6.09.


From: guix-commits
Subject: 05/12: gnu: perl-lwp-protocol-https: Update to 6.09.
Date: Sat, 14 Nov 2020 18:12:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 89f25a813a7aae348fdb186d215ead6e044af8fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 18:37:58 2020 +0100

    gnu: perl-lwp-protocol-https: Update to 6.09.
    
    * gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.09.
---
 gnu/packages/web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 8947889..0371e99 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3789,15 +3789,14 @@ exists it is used instead.")
 (define-public perl-lwp-protocol-https
   (package
     (name "perl-lwp-protocol-https")
-    (version "6.07")
+    (version "6.09")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
                            "LWP-Protocol-https-" version ".tar.gz"))
        (sha256
-        (base32
-         "1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j"))))
+        (base32 "14pm785cgyrnppks6ccasb2vkqifh0a8fz36nmnhc2v926jy3kqn"))))
     (build-system perl-build-system)
     (native-inputs
      ;; For tests.



reply via email to

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