GNU bug report logs -
#63993
[PATCH] gnu: wget: update to 1.21.4
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 10 Jun 2023 08:02:02 UTC
Severity: normal
Tags: patch
Done: Andy Tai <lichengtai <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63993 in the body.
You can then email your comments to 63993 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63993
; Package
guix-patches
.
(Sat, 10 Jun 2023 08:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 10 Jun 2023 08:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
bug closed, send any further explanations to
63993 <at> debbugs.gnu.org and Andy Tai <atai <at> atai.org>
Request was from
Andy Tai <lichengtai <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 11 Sep 2023 01:33:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 09 Oct 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.