Merge pull request #144283 from Kranzes/bump-libvirt

libvirt: 7.8.0 -> 7.9.0
This commit is contained in:
Maximilian Bosch
2021-11-06 13:39:20 +01:00
committed by GitHub
5 changed files with 61 additions and 24 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 ];