summary refs log tree commit diff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2023-05-24 18:09:13 +0000
committerEfraim Flashner <efraim@flashner.co.il>2023-06-01 12:42:43 +0300
commit21388dce633d35f6b661eab0ce177cf9cf45157c (patch)
treec2d38527c480e55b78a242bf11a0f0eb0166999b
parent3ab95b27534658b78c56c2d260b31bb6ddad9359 (diff)
downloadguix-21388dce633d35f6b661eab0ce177cf9cf45157c.tar.gz
gnu: iperf: Update to 3.13.
* gnu/packages/networking.scm (iperf): Update to 3.13.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/networking.scm4
1 files 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