Revert "gnu: python-libvirt: Update to 7.1.0."

This reverts commit 52ed12afcb.
This commit is contained in:
Pierre Langlois 2021-04-01 22:50:53 +01:00
parent 614e95619b
commit d42f6b0916
No known key found for this signature in database
GPG key ID: A8FC9E447F4F7D54

View file

@ -1191,14 +1191,14 @@ (define-public libvirt-glib
(define-public python-libvirt
(package
(name "python-libvirt")
(version "7.1.0")
(version "5.8.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://libvirt.org/sources/python/libvirt-python-"
version ".tar.gz"))
(sha256
(base32 "0dq0qn0xx5hflaq5apj5pm79ba0wcl3w0j9klx8bg73z80gd7bzs"))))
(base32 "0kyz3lx49d8p75mvbzinxc1zgs8g7adn77y9bm15b8b4ad9zl5s6"))))
(build-system python-build-system)
(arguments
`(#:phases