gnu: libvirt: Update to 3.6.0.
* gnu/packages/virtualization.scm (libvirt): Update to 3.6.0.
This commit is contained in:
parent
2e508b6dc0
commit
ced2d2b7ca
1 changed files with 3 additions and 3 deletions
|
@ -317,14 +317,14 @@ manage system or application containers.")
|
||||||
(define-public libvirt
|
(define-public libvirt
|
||||||
(package
|
(package
|
||||||
(name "libvirt")
|
(name "libvirt")
|
||||||
(version "3.5.0")
|
(version "3.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05mm4xdw6g960rwvc9189nhxpm1vrilnmpl4h4m1lha11pivlqr9"))))
|
"0gcyql5dp6j370kvik9hjhxirrg89m7l1q52yq0g75h7jpv9fb1s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FAIL: virshtest
|
`(;; FAIL: virshtest
|
||||||
|
@ -334,7 +334,7 @@ manage system or application containers.")
|
||||||
;; FAIL: networkxml2firewalltest
|
;; FAIL: networkxml2firewalltest
|
||||||
;; FAIL: nwfilterebiptablestest
|
;; FAIL: nwfilterebiptablestest
|
||||||
;; FAIL: nwfilterxml2firewalltest
|
;; FAIL: nwfilterxml2firewalltest
|
||||||
;; Times out after PASS: virsh-vcpupin
|
;; Times while running commandest.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "--with-polkit"
|
(list "--with-polkit"
|
||||||
|
|
Reference in a new issue