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.3.24.


From: guix-commits
Subject: branch core-updates updated: gnu: wget: Update to 1.21.3.24.
Date: Mon, 17 Apr 2023 04:04:43 -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 424ee72ffb gnu: wget: Update to 1.21.3.24.
424ee72ffb is described below

commit 424ee72ffbdf9a79eee4dd4aac43404167e66083
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sun Apr 16 20:52:35 2023 +0200

    gnu: wget: Update to 1.21.3.24.
    
    This update to a non-release version fixes a build failure on i686-linux.
    
    * gnu/packages/wget.scm (wget): Update to 1.21.3.24.
    [origin]: Use a self-hosted tarball created from the latest git commit.
---
 gnu/packages/wget.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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



reply via email to

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