mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Open vSwitch: Update to 2.16.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.16.0.
This commit is contained in:
parent
b43a6b32e0
commit
0a6f874b83
1 changed files with 2 additions and 2 deletions
|
@ -2497,7 +2497,7 @@ (define-public nzbget
|
||||||
(define-public openvswitch
|
(define-public openvswitch
|
||||||
(package
|
(package
|
||||||
(name "openvswitch")
|
(name "openvswitch")
|
||||||
(version "2.13.3")
|
(version "2.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2505,7 +2505,7 @@ (define-public openvswitch
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wc5zspy9aln7di7m9a1qy4lv3h05gmhgd1nffhb9nxdcxqgnpgp"))))
|
"0sldyib85v5lh3qp9af0jgvf304pwdmjd0y7rknfwliykgjvgqsm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; FIXME: many tests fail with:
|
'(;; FIXME: many tests fail with:
|
||||||
|
|
Loading…
Reference in a new issue