mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: openvswitch: Update to 2.11.1.
* gnu/packages/networking.scm (openvswitch): Update to 2.11.1.
This commit is contained in:
parent
034db23701
commit
456ba27496
1 changed files with 2 additions and 2 deletions
|
@ -1485,7 +1485,7 @@ (define-public nzbget
|
|||
(define-public openvswitch
|
||||
(package
|
||||
(name "openvswitch")
|
||||
(version "2.10.1")
|
||||
(version "2.11.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1493,7 +1493,7 @@ (define-public openvswitch
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"103wi6k8xal0z1pyy680gms56skagh6jawa2ja588ljr55jcg4sg"))))
|
||||
"1p5mv44jaslvrr1ym15smqna19y0gi4vqcsyj58625vv9bj6laf1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(;; FIXME: many tests fail with:
|
||||
|
|
Loading…
Reference in a new issue