guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: iperf: Update to 3.10.1.


From: guix-commits
Subject: 07/08: gnu: iperf: Update to 3.10.1.
Date: Sat, 5 Jun 2021 12:31:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d22b1b21f685fe289901d0ec29579421a3a2bda0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 14:30:06 2021 +0200

    gnu: iperf: Update to 3.10.1.
    
    * gnu/packages/networking.scm (iperf): Update to 3.10.1.
---
 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 fc09429..1912e63 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]