From 82322cadf85ffb0df9aa956b2e61c2feb02d5ac0 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 17 Jul 2024 22:13:47 +0300 Subject: [PATCH] gnu: iperf: Update to 3.17.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/networking.scm (iperf): Update to 3.17.1. Change-Id: I0844e48b45b0835f670b47a02942a3ee5475fb85 Signed-off-by: Ludovic Courtès --- 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 a68d64ab8d..91aaccf06d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2737,7 +2737,7 @@ that block port 22.") (define-public iperf (package (name "iperf") - (version "3.16") + (version "3.17.1") (source (origin (method git-fetch) @@ -2746,7 +2746,7 @@ that block port 22.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0m8zhr050qgmkkaf0jgn2isrr7yyk8majx9c18pf1xsqpr00sxs6")))) + (base32 "14pspy3348114r7rm2gj8h4qjhq8r8q7khrfqg8ln4vi1p9dq2x5")))) (build-system gnu-build-system) (arguments `(#:configure-flags