gnu: iperf: Update to 3.10.1.

* gnu/packages/networking.scm (iperf): Update to 3.10.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-05 14:30:06 +02:00
parent c6e36ee2dc
commit d22b1b21f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2380,7 +2380,7 @@ (define-public sslh
(define-public iperf
(package
(name "iperf")
(version "3.10")
(version "3.10.1")
(source
(origin
(method git-fetch)
@ -2389,7 +2389,7 @@ (define-public iperf
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
(base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags