guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: iperf: Update to 3.13.


From: guix-commits
Subject: 08/09: gnu: iperf: Update to 3.13.
Date: Thu, 1 Jun 2023 05:55:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 21388dce633d35f6b661eab0ce177cf9cf45157c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:09:13 2023 +0000

    gnu: iperf: Update to 3.13.
    
    * gnu/packages/networking.scm (iperf): Update to 3.13.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 30e67d3a98..9dfc785f04 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2680,7 +2680,7 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.12")
+    (version "3.13")
     (source
      (origin
        (method git-fetch)
@@ -2689,7 +2689,7 @@ that block port 22.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bkmlah8lsm9vciaa9k84x3g1fd0k6nwnsrzp8y04piyiplrvpsi"))))
+        (base32 "19i0lkr2i4iyy9hr5iwxnhb8pmjrqsbwbnzky6agy9yzgzrggfjv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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