From 8c7f4f6acef2143e32cc3d2f8ab6e1bd0350e93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sun, 25 Jun 2017 23:50:50 +0800 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index f77fbf0be1..3edb8ced28 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 -- cgit v1.2.3