mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: iperf: Update to 3.13.
* gnu/packages/networking.scm (iperf): Update to 3.13. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3ab95b2753
commit
21388dce63
1 changed files with 2 additions and 2 deletions
|
@ -2680,7 +2680,7 @@ (define-public sslh
|
||||||
(define-public iperf
|
(define-public iperf
|
||||||
(package
|
(package
|
||||||
(name "iperf")
|
(name "iperf")
|
||||||
(version "3.12")
|
(version "3.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2689,7 +2689,7 @@ (define-public iperf
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bkmlah8lsm9vciaa9k84x3g1fd0k6nwnsrzp8y04piyiplrvpsi"))))
|
(base32 "19i0lkr2i4iyy9hr5iwxnhb8pmjrqsbwbnzky6agy9yzgzrggfjv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue