[PATCH] gnu: iperf: Update to 3.17.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote on 17 Jul 21:13 +0200
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
81aa44d96a7700c6f370fd0e779a711ecd862a5f.1721243627.git.poptsov.artyom@gmail.com
* 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(-)

Toggle diff (26 lines)
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
L
L
Ludovic Courtès wrote on 20 Jul 11:46 +0200
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72162-done@debbugs.gnu.org)
87v810qtty.fsf@gnu.org
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

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

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72162@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72162
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch