gnu: Open vSwitch: Update to 2.10.1.

* gnu/packages/networking.scm (openvswitch): Update to 2.10.1.
This commit is contained in:
Marius Bakke 2019-02-13 17:37:00 +01:00
parent 9047603c2e
commit 95991e4517
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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: