mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: iperf: Update to 3.1.7.
* gnu/packages/networking.scm (iperf): Update to 3.1.7.
This commit is contained in:
parent
3a38cf2dfd
commit
9c974c9366
1 changed files with 2 additions and 2 deletions
|
@ -1007,14 +1007,14 @@ (define-public sslh
|
||||||
(define-public iperf
|
(define-public iperf
|
||||||
(package
|
(package
|
||||||
(name "iperf")
|
(name "iperf")
|
||||||
(version "3.1.3")
|
(version "3.1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://downloads.es.net/pub/iperf"
|
(uri (string-append "http://downloads.es.net/pub/iperf"
|
||||||
"/iperf-" version ".tar.gz"))
|
"/iperf-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gwmhm29zlp5grrpglmqj7vgx19s6xy33hk6hpbn8jnpn5lxpn30"))))
|
"0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "TCP, UDP and SCTP bandwidth measurement tool")
|
(synopsis "TCP, UDP and SCTP bandwidth measurement tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue