mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: axel: Update to 2.17.10.
* gnu/packages/networking.scm (axel): Update to 2.17.10.
This commit is contained in:
parent
2ddec68da2
commit
c89474fffe
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ (define-module (gnu packages networking)
|
|||
(define-public axel
|
||||
(package
|
||||
(name "axel")
|
||||
(version "2.17.9")
|
||||
(version "2.17.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -152,7 +152,7 @@ (define-public axel
|
|||
"releases/download/v" version "/"
|
||||
"axel-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0m1smb9rmw9w2fcfcf0162qyffx6a1x0j612sg3fydflandlsdpi"))))
|
||||
(base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue