GNU bug report logs -
#71051
[PATCH] gnu: axel: Update to 2.17.14.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71051: [PATCH] gnu: axel: Update to 2.17.14.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 71051 <at> debbugs.gnu.org.
--
71051: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71051
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:
> * gnu/packages/networking.scm (axel): Update to 2.17.14.
>
> Change-Id: I62ce6e62d7f50662e13e89baff8658ae49224f56
> ---
> gnu/packages/networking.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 4c266c22aa..c376ca3141 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -60,7 +60,7 @@
> ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
> ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
> ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
> -;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> +;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
> ;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
> ;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
> @@ -247,7 +247,7 @@ (define-public arp-scan
> (define-public axel
> (package
> (name "axel")
> - (version "2.17.11")
> + (version "2.17.14")
> (source
> (origin
> (method url-fetch)
> @@ -255,7 +255,7 @@ (define-public axel
> "releases/download/v" version "/"
> "axel-" version ".tar.xz"))
> (sha256
> - (base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
> + (base32 "14rn8k0lb77awd9qx40kicz0767jfsavz6rmhb66zgvqqk4fg3lk"))))
> (build-system gnu-build-system)
> (native-inputs
> (list gettext-minimal pkg-config))
>
> base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=284a8cd681726d3d22b6abef4961e83980b21dd1
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/networking.scm (axel): Update to 2.17.14.
Change-Id: I62ce6e62d7f50662e13e89baff8658ae49224f56
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 4c266c22aa..c376ca3141 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -60,7 +60,7 @@
;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
;;; Copyright © 2024 Alexey Abramov <levenson <at> mmer.org>
@@ -247,7 +247,7 @@ (define-public arp-scan
(define-public axel
(package
(name "axel")
- (version "2.17.11")
+ (version "2.17.14")
(source
(origin
(method url-fetch)
@@ -255,7 +255,7 @@ (define-public axel
"releases/download/v" version "/"
"axel-" version ".tar.xz"))
(sha256
- (base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
+ (base32 "14rn8k0lb77awd9qx40kicz0767jfsavz6rmhb66zgvqqk4fg3lk"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal pkg-config))
base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
This bug report was last modified 1 year and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.