mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
167829ebf3
commit
3879685625
1 changed files with 2 additions and 2 deletions
|
|
@ -128,13 +128,13 @@ online pastebin services.")
|
|||
(define-public wget2
|
||||
(package
|
||||
(name "wget2")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/wget/wget2-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mykji96ap5acdh416x1d7c3h657mj6iy7zlllyd69pvny2rqfrb"))))
|
||||
"1d27nhgywchsn3xy0hcmmgbc32k881gmzkjg4h0yc63zwc9lnm6p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue