unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72162] [PATCH] gnu: iperf: Update to 3.17.1.
@ 2024-07-17 19:13 Artyom V. Poptsov
  2024-07-20  9:46 ` bug#72162: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-07-17 19:13 UTC (permalink / raw)
  To: 72162; +Cc: Artyom V. Poptsov

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

Change-Id: I0844e48b45b0835f670b47a02942a3ee5475fb85
---
 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 c94f772b74..3eac2367cc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2737,7 +2737,7 @@ (define-public sslh
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.16")
+    (version "3.17.1")
     (source
      (origin
        (method git-fetch)
@@ -2746,7 +2746,7 @@ (define-public iperf
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m8zhr050qgmkkaf0jgn2isrr7yyk8majx9c18pf1xsqpr00sxs6"))))
+        (base32 "14pspy3348114r7rm2gj8h4qjhq8r8q7khrfqg8ln4vi1p9dq2x5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

base-commit: 6cfc88e3be73904fc87443cdd5c7d7961923e848
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72162: [PATCH] gnu: iperf: Update to 3.17.1.
  2024-07-17 19:13 [bug#72162] [PATCH] gnu: iperf: Update to 3.17.1 Artyom V. Poptsov
@ 2024-07-20  9:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-20  9:46 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 72162-done

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

> * gnu/packages/networking.scm (iperf): Update to 3.17.1.
>
> Change-Id: I0844e48b45b0835f670b47a02942a3ee5475fb85

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-20  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 19:13 [bug#72162] [PATCH] gnu: iperf: Update to 3.17.1 Artyom V. Poptsov
2024-07-20  9:46 ` bug#72162: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).