guix-commits
[Top][All Lists]
Advanced

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

11/34: gnu: iperf: Update to 3.14.


From: guix-commits
Subject: 11/34: gnu: iperf: Update to 3.14.
Date: Tue, 18 Jul 2023 21:11:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8cd281f87871bb2c7f87ea36969d9a2607885e76
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:03 2023 +0200

    gnu: iperf: Update to 3.14.
    
    * gnu/packages/networking.scm (iperf): Update to 3.14.
---
 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 93eb8cae85..9db8c8dabd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2681,7 +2681,7 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.13")
+    (version "3.14")
     (source
      (origin
        (method git-fetch)
@@ -2690,7 +2690,7 @@ that block port 22.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19i0lkr2i4iyy9hr5iwxnhb8pmjrqsbwbnzky6agy9yzgzrggfjv"))))
+        (base32 "0xy7q508yrraa8q3bxdsc2fwacc6qm7l6p44a07jp7ki8bwdcs8z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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