libvirt: 6.0.0 -> 6.1.0, fix module

This commit is contained in:
volth
2020-03-09 06:29:46 +00:00
committed by wedens
parent 24c8d75874
commit d8664c78b1
4 changed files with 17 additions and 17 deletions

View File

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