me
/
guix
Archived
1
0
Fork 0

gnu: iperf: Update to 3.10.

* gnu/packages/networking.scm (iperf): Update to 3.10.
[source]: Build from git.
master
Tobias Geerinckx-Rice 2021-05-27 17:05:05 +02:00
parent a16ce0b11d
commit f2c66d70fc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 10 additions and 8 deletions

View File

@ -2347,14 +2347,16 @@ that block port 22.")
(define-public iperf (define-public iperf
(package (package
(name "iperf") (name "iperf")
(version "3.9") (version "3.10")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://downloads.es.net/pub/iperf" (method git-fetch)
"/iperf-" version ".tar.gz")) (uri (git-reference
(sha256 (url "https://github.com/esnet/iperf")
(base32 (commit version)))
"0f601avdmzpwsa3lbi0ppjhkrdipm5wifhhxy5czf99370k3mdi4")))) (file-name (git-file-name name version))
(sha256
(base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
(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