gnu: iperf: Update to 3.15.
* gnu/packages/networking.scm (iperf): Update to 3.15.
This commit is contained in:
parent
477600f818
commit
6819658612
1 changed files with 2 additions and 2 deletions
|
@ -2655,7 +2655,7 @@ (define-public sslh
|
|||
(define-public iperf
|
||||
(package
|
||||
(name "iperf")
|
||||
(version "3.14")
|
||||
(version "3.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2664,7 +2664,7 @@ (define-public iperf
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xy7q508yrraa8q3bxdsc2fwacc6qm7l6p44a07jp7ki8bwdcs8z"))))
|
||||
(base32 "10fzz3j2kx36yhqd0mvwlawvhdbcm0qc41i3f6jf6a5whm70177q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue