guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: wget: Update to 1.21.4.


From: guix-commits
Subject: branch core-updates updated: gnu: wget: Update to 1.21.4.
Date: Tue, 08 Aug 2023 11:21:40 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 93f9c260ac gnu: wget: Update to 1.21.4.
93f9c260ac is described below

commit 93f9c260ac333ae7b86bfaeeead674fe01d924ce
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Jul 24 13:58:14 2023 +0200

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

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 17459344c0..59503a5d61 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -46,16 +46,15 @@
 (define-public wget
   (package
     (name "wget")
-    (version "1.21.3.24")
+    (version "1.21.4")
     (source
      (origin
       (method url-fetch)
-      ;;(uri (string-append "mirror://gnu/wget/wget-"
-      ;;                    version ".tar.lz"))
-      (uri "https://www.multiprecision.org/wget-1.21.3.24-2b723.tar.lz";)
+      (uri (string-append "mirror://gnu/wget/wget-"
+                          version ".tar.lz"))
       (sha256
        (base32
-        "17ip94mvax83h0gh4905jqc64g5qf3vgxr3bj9gn02pijjm5lzbp"))))
+        "1nabhxx3rg28h2scba2mlawzjyx3dw07j2kjn76cpvahbyd630rn"))))
     (build-system gnu-build-system)
     (inputs
      (list gnutls libidn2 libpsl))



reply via email to

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