guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: iperf: Update to 3.7.


From: guix-commits
Subject: 05/07: gnu: iperf: Update to 3.7.
Date: Wed, 8 Jan 2020 02:24:42 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 8daa83266132c12afc41406055e3e133e4399fdd
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Wed Jan 8 07:08:27 2020 +0300

    gnu: iperf: Update to 3.7.
    
    * gnu/packages/networking.scm (iperf): Update to 3.7.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a8019a..28c683e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2018 Clément Lassieur <address@hidden>
 ;;; Copyright © 2018 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2018 Marius Bakke <address@hidden>
-;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
+;;; Copyright © 2018, 2020 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2018 Pierre Neidhardt <address@hidden>
 ;;; Copyright © 2019 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2019 Vasile Dumitrascu <address@hidden>
@@ -1498,14 +1498,14 @@ that block port 22.")
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.1.7")
+    (version "3.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.es.net/pub/iperf";
                                   "/iperf-" version ".tar.gz"))
               (sha256
                 (base32
-                 "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4"))))
+                 "033is7b5grfbiil98jxlz4ixp9shm44x6hy8flpsyz1i4h108inq"))))
     (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]