diff options
| author | Andy Tai <atai@atai.org> | 2026-01-05 04:12:31 -0800 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:48 +0100 |
| commit | 5b41ff4418482902ef787034e3edef55404bee3f (patch) | |
| tree | 2ee01a10ec46ddc29ce9066b67374d788f4e17e7 /gnu/packages | |
| parent | f87c5073ea0d5a6b59151caccc878531eafb7bc4 (diff) | |
gnu: wget2: Update to 2.2.1.
* gnu/packages/wget.scm (wget2): Update to 2.2.1.
Change-Id: I3abdf8a7425e46c8f2240b2e8f803a06a88b9e40
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/wget.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index eec6bea4ed6..137b3b7a1ea 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm | |||
| @@ -128,13 +128,13 @@ online pastebin services.") | |||
| 128 | (define-public wget2 | 128 | (define-public wget2 |
| 129 | (package | 129 | (package |
| 130 | (name "wget2") | 130 | (name "wget2") |
| 131 | (version "2.2.0") | 131 | (version "2.2.1") |
| 132 | (source (origin | 132 | (source (origin |
| 133 | (method url-fetch) | 133 | (method url-fetch) |
| 134 | (uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz")) | 134 | (uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz")) |
| 135 | (sha256 | 135 | (sha256 |
| 136 | (base32 | 136 | (base32 |
| 137 | "0mykji96ap5acdh416x1d7c3h657mj6iy7zlllyd69pvny2rqfrb")))) | 137 | "1d27nhgywchsn3xy0hcmmgbc32k881gmzkjg4h0yc63zwc9lnm6p")))) |
| 138 | (build-system gnu-build-system) | 138 | (build-system gnu-build-system) |
| 139 | (arguments | 139 | (arguments |
| 140 | (list #:phases #~(modify-phases %standard-phases | 140 | (list #:phases #~(modify-phases %standard-phases |
