gnu: openvswitch: Update to 2.16.1.

* gnu/packages/networking.scm (openvswitch): Update to 2.16.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 02:37:02 +01:00
parent 9d3a5ddc27
commit c19181291b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2492,7 +2492,7 @@ (define-public nzbget
(define-public openvswitch (define-public openvswitch
(package (package
(name "openvswitch") (name "openvswitch")
(version "2.16.0") (version "2.16.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2500,7 +2500,7 @@ (define-public openvswitch
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0sldyib85v5lh3qp9af0jgvf304pwdmjd0y7rknfwliykgjvgqsm")))) "1x0k0pw6jykrfgb8rq56bp2ghxd433d55pmr8mxy9gbzw1nc1vbi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags