mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: iperf: Update to 3.17.1.
* gnu/packages/networking.scm (iperf): Update to 3.17.1. Change-Id: I0844e48b45b0835f670b47a02942a3ee5475fb85 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3518c01cb0
commit
82322cadf8
1 changed files with 2 additions and 2 deletions
|
@ -2737,7 +2737,7 @@ (define-public sslh
|
|||
(define-public iperf
|
||||
(package
|
||||
(name "iperf")
|
||||
(version "3.16")
|
||||
(version "3.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2746,7 +2746,7 @@ (define-public iperf
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m8zhr050qgmkkaf0jgn2isrr7yyk8majx9c18pf1xsqpr00sxs6"))))
|
||||
(base32 "14pspy3348114r7rm2gj8h4qjhq8r8q7khrfqg8ln4vi1p9dq2x5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue