unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#64832: Update wget
@ 2023-07-24 12:00 Andreas Enge
       [not found] ` <handler.64832.B.16902000551044.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Enge @ 2023-07-24 12:00 UTC (permalink / raw)
  To: 64832

[-- Attachment #1: Type: text/plain, Size: 26 bytes --]

Patch attached.

Andreas


[-- Attachment #2: 0001-gnu-wget-Update-to-1.21.4.patch --]
[-- Type: text/plain, Size: 1380 bytes --]

From 12e010849549aa6810fd57dacd566d7ff9b8662c Mon Sep 17 00:00:00 2001
Message-ID: <12e010849549aa6810fd57dacd566d7ff9b8662c.1690199971.git.andreas@enge.fr>
From: Andreas Enge <andreas@enge.fr>
Date: Mon, 24 Jul 2023 13:58:14 +0200
Subject: [PATCH] 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-module (gnu packages wget)
 (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))

base-commit: cf9904bcc8dd03e73675475bb4d8746dc434e415
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64832: Acknowledgement (Update wget)
       [not found] ` <handler.64832.B.16902000551044.ack@debbugs.gnu.org>
@ 2023-07-24 12:10   ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2023-07-24 12:10 UTC (permalink / raw)
  To: 64832; +Cc: Christopher Baines

This patch updates wget to the latest release version and replaces the
self-hosted tarball we introduced to enable the core-updates merge.

I built a few random dependent packages.

"guix refresh -l" shows 974 dependent packages; nevertheless, if QA is not
too busy, it would be nice to build it out to get rid of the non-standard
tarball.

Andreas





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-24 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 12:00 bug#64832: Update wget Andreas Enge
     [not found] ` <handler.64832.B.16902000551044.ack@debbugs.gnu.org>
2023-07-24 12:10   ` bug#64832: Acknowledgement (Update wget) Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).