Archived
1
0
Fork 0

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 @@ that block port 22.")
(define-public iperf (define-public iperf
(package (package
(name "iperf") (name "iperf")
(version "3.11") (version "3.12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2675,7 +2675,7 @@ that block port 22.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5")))) (base32 "0bkmlah8lsm9vciaa9k84x3g1fd0k6nwnsrzp8y04piyiplrvpsi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags