unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71051] [PATCH] gnu: axel: Update to 2.17.14.
@ 2024-05-19 11:10 Artyom V. Poptsov
  2024-05-22  7:50 ` bug#71051: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-05-19 11:10 UTC (permalink / raw)
  To: 71051; +Cc: Artyom V. Poptsov

* 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@makinata.eu>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
-;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
 ;;; Copyright © 2024 Alexey Abramov <levenson@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71051: [PATCH] gnu: axel: Update to 2.17.14.
  2024-05-19 11:10 [bug#71051] [PATCH] gnu: axel: Update to 2.17.14 Artyom V. Poptsov
@ 2024-05-22  7:50 ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-05-22  7:50 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 71051-done

[-- Attachment #1: Type: text/plain, Size: 1841 bytes --]

"Artyom V. Poptsov" <poptsov.artyom@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@makinata.eu>
>  ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
>  ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
> -;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
> +;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
>  ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
>  ;;; Copyright © 2022 Dominic Martinez <dom@dominicm.dev>
>  ;;; Copyright © 2024 Alexey Abramov <levenson@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-22  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-19 11:10 [bug#71051] [PATCH] gnu: axel: Update to 2.17.14 Artyom V. Poptsov
2024-05-22  7:50 ` bug#71051: " Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).