summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-05 14:30:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-05 18:29:55 +0200
commitd22b1b21f685fe289901d0ec29579421a3a2bda0 (patch)
treed6610388c6610abb173111a38d8086f218fb9888 /gnu/packages/networking.scm
parentc6e36ee2dc570ee5c636ebee0561f989c66912e0 (diff)
downloadguix-patches-d22b1b21f685fe289901d0ec29579421a3a2bda0.tar
guix-patches-d22b1b21f685fe289901d0ec29579421a3a2bda0.tar.gz
gnu: iperf: Update to 3.10.1.
* gnu/packages/networking.scm (iperf): Update to 3.10.1.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index fc09429b57..1912e63585 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2380,7 +2380,7 @@ that block port 22.")
(define-public iperf
(package
(name "iperf")
- (version "3.10")
+ (version "3.10.1")
(source
(origin
(method git-fetch)
@@ -2389,7 +2389,7 @@ that block port 22.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "102wcyl4j7c7lj7z87b5xlhj1ark88v4f3q9pmmljw8ksn2w1m2g"))))
+ (base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags