libvirt: 7.8.0 -> 7.9.0

This commit is contained in:
Ilan Joselevich
2021-11-02 22:52:47 +02:00
parent 91a780b7a5
commit 57bfc1e6a3
3 changed files with 8 additions and 8 deletions
@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "7.8.0";
version = "7.9.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "sha256-GuV++CFkywW0LGconyahfBGY+jjFA27Qu9JGIFt4bus=";
sha256 = "sha256-cfCyQ3KTv0lYTZMriUhm6psBAcJJIcmR/M9V/lrLmVE=";
};
nativeBuildInputs = [ pkg-config ];