mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-libvirt: Update to 10.6.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 10.6.0. Change-Id: I25f9f50d4e397435175ccfa4b5744d9519a299cd
This commit is contained in:
parent
fef103893b
commit
464fa283f0
1 changed files with 2 additions and 2 deletions
|
@ -1661,14 +1661,14 @@ (define-public libvirt-glib
|
|||
(define-public python-libvirt
|
||||
(package
|
||||
(name "python-libvirt")
|
||||
(version "8.6.0")
|
||||
(version "10.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://libvirt.org/sources/python/libvirt-python-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wa86jliq71x60dd4vyzsj4lcrb82i5qsgxz9azvwgsgi9j9mx41"))))
|
||||
(base32 "1r3rvkgnc6j813mcdr7fdfnxx58imzl16azjkg54yy2gfayrq9g4"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list libvirt))
|
||||
|
|
Loading…
Reference in a new issue