mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: iperf: Update to 3.11.
* gnu/packages/networking.scm (iperf): Update to 3.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
77734eda97
commit
e562a9812e
1 changed files with 2 additions and 2 deletions
|
@ -2421,7 +2421,7 @@ (define-public sslh
|
|||
(define-public iperf
|
||||
(package
|
||||
(name "iperf")
|
||||
(version "3.10.1")
|
||||
(version "3.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2430,7 +2430,7 @@ (define-public iperf
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
|
||||
(base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue