guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: perl-net-http: Update to 6.20.


From: guix-commits
Subject: 06/11: gnu: perl-net-http: Update to 6.20.
Date: Thu, 14 Jan 2021 10:20:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1fb0c5ac9f5a4318a375a9f11d3b41356e5ce336
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 14 11:42:13 2021 +0100

    gnu: perl-net-http: Update to 6.20.
    
    * gnu/packages/web.scm (perl-net-http): Update to 6.20.
---
 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 397fa38..492308f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4004,7 +4004,7 @@ is limited to http and https.")
 (define-public perl-net-http
   (package
     (name "perl-net-http")
-    (version "6.19")
+    (version "6.20")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -4012,7 +4012,7 @@ is limited to http and https.")
                    "Net-HTTP-" version ".tar.gz"))
              (sha256
               (base32
-               "1i1gbcwdzx74whn5vn6xbr2cp7frldfz2rfrcjp2qljr770nxdsj"))))
+               "07lzfycza7qqxli18xgsnqwiwxapl0b64z33wfw62aai4hm7nllj"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-io-socket-ssl" ,perl-io-socket-ssl)



reply via email to

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