Revert "libvirt: 4.5.0 -> 4.6.0 (#44566)"

This reverts commit 8835240895.

4.6.0 is quite broken. Let's wait for the next release.
This commit is contained in:
Uli Baum
2018-08-21 22:08:21 +02:00
parent 528f4a2d1f
commit 6b5b7d96fb
3 changed files with 7 additions and 7 deletions

View File

@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "libvirt";
version = "4.6.0";
version = "4.5.0";
src = assert version == libvirt.version; fetchgit {
url = git://libvirt.org/libvirt-python.git;
rev = "v${version}";
sha256 = "0yrgibd5c9wy82ak8g9ykar6fma1wf7xzmmc47657lzm70m5av68";
sha256 = "0w2rzkxv7jsq4670m0j5c6p4hpyi0r0ja6wd3wdvixcwc6hhx407";
};
nativeBuildInputs = [ pkgconfig ];