libvirt: 7.7.0 -> 7.8.0

This commit is contained in:
Ilan Joselevich
2021-10-12 23:05:07 +03:00
parent bd2a288ea5
commit a4d1cc9c23
3 changed files with 15 additions and 14 deletions
@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "7.7.0";
version = "7.8.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "sha256-KIeo4CvJS8ZPlEHmrt7BPXdgA2RplHpb0j2ha4gyUxU=";
sha256 = "sha256-GuV++CFkywW0LGconyahfBGY+jjFA27Qu9JGIFt4bus=";
};
nativeBuildInputs = [ pkg-config ];