diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-11-19 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-12-10 01:00:00 +0100 |
commit | 7a7b7c176f6213483e44b8c17edc228bf46328df (patch) | |
tree | 615e1044b2df4af32fb41b96a9e837651f50bf1c | |
parent | 92f179ab20f1835933b2526bfc5d9489e3b1e226 (diff) | |
download | guix-7a7b7c176f6213483e44b8c17edc228bf46328df.tar.gz guix-7a7b7c176f6213483e44b8c17edc228bf46328df.zip |
gnu: iperf: Update to 3.16.
* gnu/packages/networking.scm (iperf): Update to 3.16.
Change-Id: I8463174ba4a0773ef62d3e888332a223cefad56e
-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 6b415076e8..d5e44b53b8 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2677,7 +2677,7 @@ that block port 22.") (define-public iperf (package (name "iperf") - (version "3.15") + (version "3.16") (source (origin (method git-fetch) @@ -2686,7 +2686,7 @@ that block port 22.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "10fzz3j2kx36yhqd0mvwlawvhdbcm0qc41i3f6jf6a5whm70177q")))) + (base32 "0m8zhr050qgmkkaf0jgn2isrr7yyk8majx9c18pf1xsqpr00sxs6")))) (build-system gnu-build-system) (arguments `(#:configure-flags |