* [bug#65709] [PATCH] gnu: wget2: Update to 2.1.0
@ 2023-09-02 22:29 Andy Tai
2023-09-03 8:21 ` bug#65709: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-09-02 22:29 UTC (permalink / raw)
To: 65709; +Cc: Andy Tai
* gnu/packages/wget.scm (wget2): Update to 2.1.0
---
gnu/packages/wget.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index 17459344c0..60f93df24c 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -135,13 +135,13 @@ (define-public wgetpaste
(define-public wget2
(package
(name "wget2")
- (version "2.0.1")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz"))
(sha256
(base32
- "1caxhkwk08z3npzw8x2qhkmjc224cfw1aphvbv8bidbvd41zmdqb"))))
+ "1rz294dld9zmd5fmsrjgfyj7nlpmg1x7gckdzl9r7bbb3hcwapd0"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
base-commit: 74d72046bdc1ed6c859565570d0db58d20c9ddd7
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-03 8:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-02 22:29 [bug#65709] [PATCH] gnu: wget2: Update to 2.1.0 Andy Tai
2023-09-03 8:21 ` bug#65709: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.