From b14a139c963510e895817072e2135c70cbffa4a4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice <me@tobias.gr> Date: Thu, 20 Aug 2020 06:04:39 +0200 Subject: gnu: iperf: Update to 3.9. * gnu/packages/networking.scm (iperf): Update to 3.9. --- 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 ff3bc729f8..50ae583601 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2167,14 +2167,14 @@ that block port 22.") (define-public iperf (package (name "iperf") - (version "3.7") + (version "3.9") (source (origin (method url-fetch) (uri (string-append "http://downloads.es.net/pub/iperf" "/iperf-" version ".tar.gz")) (sha256 (base32 - "033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq")))) + "0f601avdmzpwsa3lbi0ppjhkrdipm5wifhhxy5czf99370k3mdi4")))) (build-system gnu-build-system) (synopsis "TCP, UDP and SCTP bandwidth measurement tool") (description -- cgit 1.4.1