gnu: python-libvirt: Update to 5.3.0.

* gnu/packages/virtualization.scm (python-libvirt): Update to 5.3.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-25 14:30:36 +02:00
parent d7463e0125
commit 1d0caec0ac
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -536,13 +536,13 @@ three libraries:
(define-public python-libvirt (define-public python-libvirt
(package (package
(name "python-libvirt") (name "python-libvirt")
(version "4.10.0") (version "5.3.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "libvirt-python" version)) (uri (pypi-uri "libvirt-python" version))
(sha256 (sha256
(base32 (base32
"11fipj9naihgc9afc8bz5hi05xa1shp4qcy170sa18p3sl4zljb9")))) "1zrhkz68ka4f08wwm36y3zzwfn1r65h4nw1nm9qgg8jmrfazj4sj"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases