guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 062fa6a649c048fc86cffcce10f9ed6c78964a76
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Oct 16 18:52:01 2025 +0300

    gnu: iperf: Update to 3.19.1.
    
    * gnu/packages/networking.scm (iperf): Update to 3.19.1.
    
    Change-Id: I6ca75138739ac41cb89e68f524aeb0225b6d9b67
---
 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 fbe81eac44..fb585008c2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2884,7 +2884,7 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.19")
+    (version "3.19.1")
     (source
      (origin
        (method git-fetch)
@@ -2893,7 +2893,7 @@ that block port 22.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hddhjzcr6j5sbsb2dllhn4f7pazvh0h3zykalky5m1gnh1virgw"))))
+        (base32 "1kj2p3dprxv1r77whd5g1wak2k71c7khhrkkx60lcnkf70qy5q67"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

Reply via email to