me
/
guix
Archived
1
0
Fork 0

gnu: iperf: Update to 3.9.

* gnu/packages/networking.scm (iperf): Update to 3.9.
master
Tobias Geerinckx-Rice 2020-08-20 06:04:39 +02:00
parent 77c96b5cb7
commit b14a139c96
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2167,14 +2167,14 @@ that block port 22.")
(define-public iperf (define-public iperf
(package (package
(name "iperf") (name "iperf")
(version "3.7") (version "3.9")
(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
"033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq")))) "0f601avdmzpwsa3lbi0ppjhkrdipm5wifhhxy5czf99370k3mdi4"))))
(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