me
/
guix
Archived
1
0
Fork 0

gnu: python-libvirt: Update to 3.4.0.

* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
master
宋文武 2017-06-25 23:50:50 +08:00
parent 8fc7bd234c
commit 8c7f4f6ace
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -392,13 +392,13 @@ three libraries:
(define-public python-libvirt
(package
(name "python-libvirt")
(version "3.2.0")
(version "3.4.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "libvirt-python" version))
(sha256
(base32
"0g80vhjss1a48w60zw0pd5fhpwfjw2dqhh0fbs730brkxj6xv1dc"))))
"04dma3979171p9yf0cg7m03shk038hc9vyfm9lb8z60qyn0pg9xg"))))
(build-system python-build-system)
(arguments
`(#:phases