gnu: openvswitch: Update to 3.2.0.
* gnu/packages/networking.scm (openvswitch): Update to 3.2.0.
This commit is contained in:
parent
0007b45437
commit
41c7e74d97
1 changed files with 2 additions and 2 deletions
|
@ -2754,7 +2754,7 @@ (define-public nzbget
|
||||||
(define-public openvswitch
|
(define-public openvswitch
|
||||||
(package
|
(package
|
||||||
(name "openvswitch")
|
(name "openvswitch")
|
||||||
(version "3.0.3")
|
(version "3.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2762,7 +2762,7 @@ (define-public openvswitch
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qwlpnwjcyb7fpw6yp65mdqg20i1851z70xmvzxwxwpifq56a1pm"))))
|
"1i0lb40lwbakmmqklmfcgr01l1ymsawgdi7k9a1zzp8ariw7x4ff"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue