mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libvirt-glib: Update to 5.0.0.
* gnu/packages/virtualization.scm (libvirt-glib): Update to 5.0.0.
This commit is contained in:
parent
8a50df9225
commit
19241a5f19
1 changed files with 2 additions and 2 deletions
|
@ -1667,14 +1667,14 @@ to integrate other virtualization mechanisms if needed.")
|
||||||
(define-public libvirt-glib
|
(define-public libvirt-glib
|
||||||
(package
|
(package
|
||||||
(name "libvirt-glib")
|
(name "libvirt-glib")
|
||||||
(version "4.0.0")
|
(version "5.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://libvirt.org/libvirt/glib/"
|
(uri (string-append "ftp://libvirt.org/libvirt/glib/"
|
||||||
"libvirt-glib-" version ".tar.xz"))
|
"libvirt-glib-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gdcvqz88qkp402zra9csc6391f2xki1270x683n6ixakl3gf8w4"))))
|
"12rv5wxa92iigqlb3ncza6m6995j8739nac7bmbs65i4713c7zlv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl cyrus-sasl lvm2 ; for libdevmapper
|
(list openssl cyrus-sasl lvm2 ; for libdevmapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue