[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: iperf: Update to 3.9.
From: |
guix-commits |
Subject: |
03/07: gnu: iperf: Update to 3.9. |
Date: |
Thu, 20 Aug 2020 00:22:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b14a139c963510e895817072e2135c70cbffa4a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 06:04:39 2020 +0200
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 ff3bc72..50ae583 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
- branch master updated (8d06906 -> cdbb0e5), guix-commits, 2020/08/20
- 01/07: gnu: mate-power-manager: Update to 1.24.2., guix-commits, 2020/08/20
- 02/07: gnu: nng: Update to 1.3.2., guix-commits, 2020/08/20
- 04/07: gnu: libostree: Update to 2020.5., guix-commits, 2020/08/20
- 05/07: gnu: wireshark: Update to 3.2.6., guix-commits, 2020/08/20
- 03/07: gnu: iperf: Update to 3.9.,
guix-commits <=
- 07/07: gnu: blender: Add colour management support., guix-commits, 2020/08/20
- 06/07: gnu: Add opencolorio., guix-commits, 2020/08/20