libvirt: 4.7.0 -> 4.10.0

This commit is contained in:
volth
2018-11-05 20:11:42 +00:00
committed by Franz Pletz
parent a2080299e8
commit 0ab6572324
3 changed files with 7 additions and 7 deletions

View File

@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "libvirt";
version = "4.7.0";
version = "4.10.0";
src = assert version == libvirt.version; fetchgit {
url = git://libvirt.org/libvirt-python.git;
rev = "v${version}";
sha256 = "1zv3fgwmnkvqif0qsnvpx8hhb6bdfr2b4v55z3nh93bfg8s4rbm8";
sha256 = "184gd857fkks9ivh4zzbmva2fs2dfxg9lihvhfrwyd2pxflglvyf";
};
nativeBuildInputs = [ pkgconfig ];