gnu: libvirt: Update to 3.5.0.
* gnu/packages/qemu.scm (libvirt): Update to 3.5.0.master
parent
ab3cac3785
commit
6c69663400
|
@ -269,14 +269,14 @@ all common programming languages. Vala bindings are also provided.")
|
||||||
(define-public libvirt
|
(define-public libvirt
|
||||||
(package
|
(package
|
||||||
(name "libvirt")
|
(name "libvirt")
|
||||||
(version "3.4.0")
|
(version "3.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://libvirt.org/sources/libvirt-"
|
(uri (string-append "http://libvirt.org/sources/libvirt-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13945hrijybfh634c4x9cbkfazvpzajgv55ll2nx412r4bv6l622"))))
|
"05mm4xdw6g960rwvc9189nhxpm1vrilnmpl4h4m1lha11pivlqr9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FAIL: virshtest
|
`(;; FAIL: virshtest
|
||||||
|
|
Reference in New Issue