guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: wget: Update to 1.21.3.


From: guix-commits
Subject: 06/06: gnu: wget: Update to 1.21.3.
Date: Sun, 29 May 2022 09:34:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9cd22702b87f873f7e307c99b406fb758e5a307c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 29 16:31:59 2022 +0300

    gnu: wget: Update to 1.21.3.
    
    * gnu/packages/wget.scm (wget): Update to 1.21.3.
---
 gnu/packages/wget.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index a2131785a7..960569f3ed 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -45,7 +45,7 @@
 (define-public wget
   (package
     (name "wget")
-    (version "1.21.1")
+    (version "1.21.3")
     (source
      (origin
       (method url-fetch)
@@ -53,7 +53,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "1bchzkacjsc5c0x01ngaana9fs5j12wfw1c8qxps1yp68x9vx6yv"))))
+        "19afmyr1i3zwdwr8wkyz8q6z5764ik3dm87as194g78l8xggplnv"))))
     (build-system gnu-build-system)
     (inputs
      (list gnutls libidn2 libpsl))



reply via email to

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