[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: axel: Update to 2.17.10.
From: |
guix-commits |
Subject: |
05/11: gnu: axel: Update to 2.17.10. |
Date: |
Tue, 24 Nov 2020 06:22:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c89474fffe43e3cbafc34f188431518d184ab6a8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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)
- branch master updated (097b725 -> eddf3db), guix-commits, 2020/11/24
- 02/11: gnu: youtube-dl: Update to 2020.11.24., guix-commits, 2020/11/24
- 01/11: gnu: poppler-data: Update to 0.4.10., guix-commits, 2020/11/24
- 03/11: gnu: earlyoom: Update to 1.6.2., guix-commits, 2020/11/24
- 04/11: gnu: python-databricks-cli: Update to 0.14.1., guix-commits, 2020/11/24
- 05/11: gnu: axel: Update to 2.17.10.,
guix-commits <=
- 06/11: gnu: mupdf: Remove more bundled software., guix-commits, 2020/11/24
- 07/11: gnu: mupdf: Update to 1.18.0., guix-commits, 2020/11/24
- 09/11: gnu: chirp: Update to 20201121., guix-commits, 2020/11/24
- 10/11: gnu: s6-linux-init: Update to 1.0.5.1., guix-commits, 2020/11/24
- 11/11: gnu: s6-linux-init: Omit static library., guix-commits, 2020/11/24
- 08/11: gnu: mupdf: Prepare for cross-compilation., guix-commits, 2020/11/24