gnu: iperf: Update to 3.12.

* gnu/packages/networking.scm (iperf): Update to 3.12.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 9f3d6e2885
commit 14bcee508e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2666,7 +2666,7 @@ (define-public sslh
(define-public iperf
(package
(name "iperf")
(version "3.11")
(version "3.12")
(source
(origin
(method git-fetch)
@ -2675,7 +2675,7 @@ (define-public iperf
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5"))))
(base32 "0bkmlah8lsm9vciaa9k84x3g1fd0k6nwnsrzp8y04piyiplrvpsi"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags