mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-04 01:41:30 +02:00
gnu: iperf: Update to 3.21.
* gnu/packages/networking.scm (iperf): Update to 3.21. Change-Id: I4444d22c017b1b4cbb9cc98beefc8a551395ddb4
This commit is contained in:
@@ -2948,7 +2948,7 @@ that block port 22.")
|
||||
(define-public iperf
|
||||
(package
|
||||
(name "iperf")
|
||||
(version "3.19.1")
|
||||
(version "3.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -2957,7 +2957,7 @@ that block port 22.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kj2p3dprxv1r77whd5g1wak2k71c7khhrkkx60lcnkf70qy5q67"))))
|
||||
(base32 "1r4873czw1hyq2g0z1dfxpbsdxcf6i2iizyvqaz24z8dshr2kdmi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user