gnu: axel: Update to 2.17.11.

* gnu/packages/networking.scm (axel): Update to 2.17.11.
This commit is contained in:
Nicolas Goaziou 2021-12-21 00:26:18 +01:00
parent b1ea223930
commit b2b926856e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

@ -179,7 +179,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
(define-public axel
(package
(name "axel")
(version "2.17.10")
(version "2.17.11")
(source
(origin
(method url-fetch)
@ -187,7 +187,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
"releases/download/v" version "/"
"axel-" version ".tar.xz"))
(sha256
(base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
(base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal pkg-config))