mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-07 01:35:52 +02: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:
committed by
Efraim Flashner
parent
3ab95b2753
commit
21388dce63
@@ -2680,7 +2680,7 @@ that block port 22.")
|
||||
(define-public iperf
|
||||
(package
|
||||
(name "iperf")
|
||||
(version "3.12")
|
||||
(version "3.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -2689,7 +2689,7 @@ that block port 22.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bkmlah8lsm9vciaa9k84x3g1fd0k6nwnsrzp8y04piyiplrvpsi"))))
|
||||
(base32 "19i0lkr2i4iyy9hr5iwxnhb8pmjrqsbwbnzky6agy9yzgzrggfjv"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user