guix-patches
[Top][All Lists]
Advanced

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

[bug#54110] [PATCH] gnu: iperf: Update to 3.11.


From: Greg Hogan
Subject: [bug#54110] [PATCH] gnu: iperf: Update to 3.11.
Date: Tue, 22 Feb 2022 11:30:57 -0500

No dependents other than itself: iperf@3.11

Patch inline and attached.


From c619d76976614cc2e0bb1e5ab6ad7cffa8d77dd8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 17 Feb 2022 14:29:58 +0000
Subject: [PATCH] gnu: iperf: Update to 3.11.

* gnu/packages/networking.scm (iperf): Update to 3.11.
---
 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 0eb194f957..14f43c6eaa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2421,7 +2421,7 @@ (define-public sslh
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.10.1")
+    (version "3.11")
     (source
      (origin
        (method git-fetch)
@@ -2430,7 +2430,7 @@ (define-public iperf
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
+        (base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
--
2.34.0

Attachment: 0001-gnu-iperf-Update-to-3.11.patch
Description: Text Data


reply via email to

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