nckx pushed a commit to branch master
in repository guix.
commit c89474fffe43e3cbafc34f188431518d184ab6a8
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Nov 24 00:45:11 2020 +0100
gnu: axel: Update to 2.17.10.
* gnu/packages/networking.scm (axel): Update to 2.17.10.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5468398..62634eb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -144,7 +144,7 @@
(define-public axel
(package
(name "axel")
- (version "2.17.9")
+ (version "2.17.10")
(source
(origin
(method url-fetch)
@@ -152,7 +152,7 @@
"releases/download/v" version "/"
"axel-" version ".tar.xz"))
(sha256
- (base32 "0m1smb9rmw9w2fcfcf0162qyffx6a1x0j612sg3fydflandlsdpi"))))
+ (base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)