diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-08 17:37:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-08 17:37:51 +0100 |
commit | 9c974c93663b00a4cb1442d81c526a7bfcb8d4a1 (patch) | |
tree | afc706ccc94691a563cb1695cadcea2b0a9b92c1 /gnu/packages/networking.scm | |
parent | 3a38cf2dfdd8a03b4202ab8794fd2215b38ce680 (diff) | |
download | patches-9c974c93663b00a4cb1442d81c526a7bfcb8d4a1.tar patches-9c974c93663b00a4cb1442d81c526a7bfcb8d4a1.tar.gz |
gnu: iperf: Update to 3.1.7.
* gnu/packages/networking.scm (iperf): Update to 3.1.7.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index fe9e6a5933..95253687cd 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1007,14 +1007,14 @@ that block port 22.") (define-public iperf (package (name "iperf") - (version "3.1.3") + (version "3.1.7") (source (origin (method url-fetch) (uri (string-append "http://downloads.es.net/pub/iperf" "/iperf-" version ".tar.gz")) (sha256 (base32 - "1gwmhm29zlp5grrpglmqj7vgx19s6xy33hk6hpbn8jnpn5lxpn30")))) + "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4")))) (build-system gnu-build-system) (synopsis "TCP, UDP and SCTP bandwidth measurement tool") (description |