[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: iperf: Update to 3.11.
From: |
guix-commits |
Subject: |
02/04: gnu: iperf: Update to 3.11. |
Date: |
Wed, 23 Feb 2022 05:55:18 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit e562a9812eaf9ccbf052a944375ec250dc5cc831
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Feb 17 14:29:58 2022 +0000
gnu: iperf: Update to 3.11.
* gnu/packages/networking.scm (iperf): Update to 3.11.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 0eb194f957..14f43c6eaa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2421,7 +2421,7 @@ that block port 22.")
(define-public iperf
(package
(name "iperf")
- (version "3.10.1")
+ (version "3.11")
(source
(origin
(method git-fetch)
@@ -2430,7 +2430,7 @@ that block port 22.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
+ (base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags