guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: iperf: Update to 3.9.


From: guix-commits
Subject: 03/07: gnu: iperf: Update to 3.9.
Date: Thu, 20 Aug 2020 00:22:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b14a139c963510e895817072e2135c70cbffa4a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 06:04:39 2020 +0200

    gnu: iperf: Update to 3.9.
    
    * gnu/packages/networking.scm (iperf): Update to 3.9.
---
 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 ff3bc72..50ae583 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2167,14 +2167,14 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.7")
+    (version "3.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.es.net/pub/iperf";
                                   "/iperf-" version ".tar.gz"))
               (sha256
                 (base32
-                 "033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq"))))
+                 "0f601avdmzpwsa3lbi0ppjhkrdipm5wifhhxy5czf99370k3mdi4"))))
     (build-system gnu-build-system)
     (synopsis "TCP, UDP and SCTP bandwidth measurement tool")
     (description



reply via email to

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