guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: perl-net-http: Update to 6.21.


From: guix-commits
Subject: 01/09: gnu: perl-net-http: Update to 6.21.
Date: Sun, 21 Mar 2021 18:17:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ce8ff7db97fff803c569f0768f35f9cdbef706d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 17:11:58 2021 +0100

    gnu: perl-net-http: Update to 6.21.
    
    * gnu/packages/web.scm (perl-net-http): Update to 6.21.
---
 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 cbeb916..ef11cb6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4071,7 +4071,7 @@ is limited to http and https.")
 (define-public perl-net-http
   (package
     (name "perl-net-http")
-    (version "6.20")
+    (version "6.21")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -4079,7 +4079,7 @@ is limited to http and https.")
                    "Net-HTTP-" version ".tar.gz"))
              (sha256
               (base32
-               "07lzfycza7qqxli18xgsnqwiwxapl0b64z33wfw62aai4hm7nllj"))))
+               "1i7fk6q1iaxzgf82mjd5hg77hvy7dbb79488cijg16dyfrds6nip"))))
     (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]