diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | 8cd281f87871bb2c7f87ea36969d9a2607885e76 (patch) | |
tree | 8e9687211de5718df0eb2c830d6f61697a9bd44d /gnu/packages | |
parent | 75184011c7dec0ec217d7cde9592b12488e77578 (diff) |
gnu: iperf: Update to 3.14.
* gnu/packages/networking.scm (iperf): Update to 3.14.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 93eb8cae85..9db8c8dabd 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |