iyzsong pushed a commit to branch master
in repository guix.
commit 8c7f4f6acef2143e32cc3d2f8ab6e1bd0350e93e
Author: 宋文武 <[email protected]>
Date: Sun Jun 25 23:50:50 2017 +0800
gnu: python-libvirt: Update to 3.4.0.
* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
---
gnu/packages/qemu.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index f77fbf0..3edb8ce 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -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