gnu: Open vSwitch: Update to 2.10.1.
* gnu/packages/networking.scm (openvswitch): Update to 2.10.1.
This commit is contained in:
parent
9047603c2e
commit
95991e4517
|
@ -1402,7 +1402,7 @@ procedure calls (RPCs).")
|
||||||
(define-public openvswitch
|
(define-public openvswitch
|
||||||
(package
|
(package
|
||||||
(name "openvswitch")
|
(name "openvswitch")
|
||||||
(version "2.8.1")
|
(version "2.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1410,7 +1410,7 @@ procedure calls (RPCs).")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14rqqhfyv49irz8ag0qbv9jn8z0bn3qzxir3r074y16p4sg4674d"))))
|
"103wi6k8xal0z1pyy680gms56skagh6jawa2ja588ljr55jcg4sg"))))
|
||||||
(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 New Issue