guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: iperf: Update to 3.1.7.


From: Marius Bakke
Subject: 02/05: gnu: iperf: Update to 3.1.7.
Date: Wed, 8 Mar 2017 12:26:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9c974c93663b00a4cb1442d81c526a7bfcb8d4a1
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 8 17:37:51 2017 +0100

    gnu: iperf: Update to 3.1.7.
    
    * gnu/packages/networking.scm (iperf): Update to 3.1.7.
---
 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 fe9e6a5..9525368 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1007,14 +1007,14 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.1.3")
+    (version "3.1.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.es.net/pub/iperf";
                                   "/iperf-" version ".tar.gz"))
               (sha256
                 (base32
-                 "1gwmhm29zlp5grrpglmqj7vgx19s6xy33hk6hpbn8jnpn5lxpn30"))))
+                 "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4"))))
     (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]