libvirt: 7.0.0 -> 7.7.0

This commit is contained in:
Ilan Joselevich
2021-09-05 06:06:15 +03:00
parent 1c7e40b758
commit ae85018d8a
4 changed files with 209 additions and 99 deletions
@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "7.0.0";
version = "7.7.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "0vdvpqiypxis8wny7q39qps050zi13l66pnpa47040q6bar0d4xw";
sha256 = "sha256-KIeo4CvJS8ZPlEHmrt7BPXdgA2RplHpb0j2ha4gyUxU=";
};
nativeBuildInputs = [ pkg-config ];