guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: axel: Update to 2.17.11.


From: guix-commits
Subject: branch master updated: gnu: axel: Update to 2.17.11.
Date: Mon, 20 Dec 2021 18:26:42 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b2b9268  gnu: axel: Update to 2.17.11.
b2b9268 is described below

commit b2b926856e876262e1ccf838a3fe4e46f75b94fa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 21 00:26:18 2021 +0100

    gnu: axel: Update to 2.17.11.
    
    * gnu/packages/networking.scm (axel): Update to 2.17.11.
---
 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 333ddb7..4923ec9 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -179,7 +179,7 @@ runs on top of IP or UDP, and supports both v4 and v6 
versions.")
 (define-public axel
   (package
     (name "axel")
-    (version "2.17.10")
+    (version "2.17.11")
     (source
      (origin
        (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 "/"
                            "axel-" version ".tar.xz"))
        (sha256
-        (base32 "0kmlqk04sgkshsll4r9w3k0rvrgz0gpk987618r50khwl484zss6"))))
+        (base32 "1yfcsi0zv07bvhj8klgna3y1ycc4jhaija1b3rzzv0i4d4c2q2sq"))))
     (build-system gnu-build-system)
     (native-inputs
      (list gettext-minimal pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]