gnu: iperf: Update to 3.12.
* gnu/packages/networking.scm (iperf): Update to 3.12.
This commit is contained in:
parent
9f3d6e2885
commit
14bcee508e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue