unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63993] [PATCH] gnu: wget: update to 1.21.4
@ 2023-06-10  8:00 Andy Tai
  0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2023-06-10  8:00 UTC (permalink / raw)
  To: 63993; +Cc: Andy Tai

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

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 17459344c0..575716a413 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -46,16 +46,16 @@ (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"))
+      ;(uri "https://www.multiprecision.org/wget-1.21.3.24-2b723.tar.lz")
       (sha256
        (base32
-        "17ip94mvax83h0gh4905jqc64g5qf3vgxr3bj9gn02pijjm5lzbp"))))
+        "1nabhxx3rg28h2scba2mlawzjyx3dw07j2kjn76cpvahbyd630rn"))))
     (build-system gnu-build-system)
     (inputs
      (list gnutls libidn2 libpsl))

base-commit: 9504dd2c3eef0277369acc0944f87fb4546251b1
-- 
2.40.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-10  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-10  8:00 [bug#63993] [PATCH] gnu: wget: update to 1.21.4 Andy Tai

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