gnu: axel: Update to 2.17.11.
* gnu/packages/networking.scm (axel): Update to 2.17.11.
This commit is contained in:
parent
b1ea223930
commit
b2b926856e
@ -179,7 +179,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
|
|||||||
(define-public axel
|
(define-public axel
|
||||||
(package
|
(package
|
||||||
(name "axel")
|
(name "axel")
|
||||||
(version "2.17.10")
|
(version "2.17.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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 "/"
|
"releases/download/v" version "/"
|
||||||
"axel-" version ".tar.xz"))
|
"axel-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
|
(base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal pkg-config))
|
(list gettext-minimal pkg-config))
|
||||||
|
Loading…
Reference in New Issue
Block a user