GNU bug report logs - #71051
[PATCH] gnu: axel: Update to 2.17.14.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sun, 19 May 2024 11:12:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Z572 <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#71051: closed ([PATCH] gnu: axel: Update to 2.17.14.)
Date: Wed, 22 May 2024 07:51:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 May 2024 15:50:31 +0800
with message-id <87ed9unv3s.fsf <at> iscas.ac.cn>
and subject line Re: [bug#71051] [PATCH] gnu: axel: Update to 2.17.14.
has caused the debbugs.gnu.org bug report #71051,
regarding [PATCH] gnu: axel: Update to 2.17.14.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: axel: Update to 2.17.14.
Date: Sun, 19 May 2024 14:10:55 +0300
* 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



[Message part 3 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71051-done <at> debbugs.gnu.org
Subject: Re: [bug#71051] [PATCH] gnu: axel: Update to 2.17.14.
Date: Wed, 22 May 2024 15:50:31 +0800
[Message part 4 (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)]

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.