guix-commits
[Top][All Lists]
Advanced

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

24/28: gnu: iperf: Update to 3.15.


From: guix-commits
Subject: 24/28: gnu: iperf: Update to 3.15.
Date: Sun, 17 Sep 2023 08:26:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 681965861229357186ee947af22a183219d1ee38
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: iperf: Update to 3.15.
    
    * gnu/packages/networking.scm (iperf): Update to 3.15.
---
 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 a36f8c3f65..239afbb0ae 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2655,7 +2655,7 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.14")
+    (version "3.15")
     (source
      (origin
        (method git-fetch)
@@ -2664,7 +2664,7 @@ that block port 22.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xy7q508yrraa8q3bxdsc2fwacc6qm7l6p44a07jp7ki8bwdcs8z"))))
+        (base32 "10fzz3j2kx36yhqd0mvwlawvhdbcm0qc41i3f6jf6a5whm70177q"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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