~ruther/guix-local

7a7b7c176f6213483e44b8c17edc228bf46328df — Tobias Geerinckx-Rice 2 years ago 92f179a
gnu: iperf: Update to 3.16.

* gnu/packages/networking.scm (iperf): Update to 3.16.

Change-Id: I8463174ba4a0773ef62d3e888332a223cefad56e
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +2 -2
@@ 2677,7 2677,7 @@ that block port 22.")
(define-public iperf
  (package
    (name "iperf")
    (version "3.15")
    (version "3.16")
    (source
     (origin
       (method git-fetch)


@@ 2686,7 2686,7 @@ that block port 22.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "10fzz3j2kx36yhqd0mvwlawvhdbcm0qc41i3f6jf6a5whm70177q"))))
        (base32 "0m8zhr050qgmkkaf0jgn2isrr7yyk8majx9c18pf1xsqpr00sxs6"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags