diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 681965861229357186ee947af22a183219d1ee38 (patch) | |
tree | 2fa14fc7edca9e121d1775ce0fcc8b3445a20471 /gnu | |
parent | 477600f818d37e7fab99386370d36a67c962573e (diff) | |
download | guix-681965861229357186ee947af22a183219d1ee38.tar.gz |
gnu: iperf: Update to 3.15.
* gnu/packages/networking.scm (iperf): Update to 3.15.
Diffstat (limited to 'gnu')
-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 a36f8c3f65..239afbb0ae 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2655,7 +2655,7 @@ that block port 22.") (define-public iperf (package (name "iperf") - (version "3.14") + (version "3.15") (source (origin (method git-fetch) @@ -2664,7 +2664,7 @@ that block port 22.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0xy7q508yrraa8q3bxdsc2fwacc6qm7l6p44a07jp7ki8bwdcs8z")))) + (base32 "10fzz3j2kx36yhqd0mvwlawvhdbcm0qc41i3f6jf6a5whm70177q")))) (build-system gnu-build-system) (arguments `(#:configure-flags |