gnu: libvirt-glib: Update to 1.0.0.

* gnu/packages/qemu.scm (libvirt-glib): Update to 1.0.0.
This commit is contained in:
宋文武 2017-04-28 20:23:56 +08:00
parent 52caf4b9fd
commit c3c0316215
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -333,14 +333,14 @@ to integrate other virtualization mechanisms if needed.")
(define-public libvirt-glib
(package
(name "libvirt-glib")
(version "0.2.3")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (string-append "ftp://libvirt.org/libvirt/glib/"
"libvirt-glib-" version ".tar.gz"))
(sha256
(base32
"1pahj8qa7k2307sd57rwqwq1hijya02v0sxk91hl3cw48niimcf3"))))
"0iwa5sdbii52pjpdm5j37f67sdmf0kpcky4liwhy1nf43k85i4fa"))))
(build-system gnu-build-system)
(arguments
`(#:phases