me
/
guix
Archived
1
0
Fork 0

gnu: iperf: Update to 3.14.

* gnu/packages/networking.scm (iperf): Update to 3.14.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:03 +02:00
parent 75184011c7
commit 8cd281f878
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2681,7 +2681,7 @@ that block port 22.")
(define-public iperf
(package
(name "iperf")
(version "3.13")
(version "3.14")
(source
(origin
(method git-fetch)
@ -2690,7 +2690,7 @@ that block port 22.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "19i0lkr2i4iyy9hr5iwxnhb8pmjrqsbwbnzky6agy9yzgzrggfjv"))))
(base32 "0xy7q508yrraa8q3bxdsc2fwacc6qm7l6p44a07jp7ki8bwdcs8z"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags