From 21388dce633d35f6b661eab0ce177cf9cf45157c Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Wed, 24 May 2023 18:09:13 +0000 Subject: [PATCH] gnu: iperf: Update to 3.13. * gnu/packages/networking.scm (iperf): Update to 3.13. Signed-off-by: Efraim Flashner --- 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 30e67d3a98e..9dfc785f04e 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