libvirt: 6.6.0 -> 6.8.0

This commit is contained in:
Matthieu Coudron
2020-11-10 14:18:52 +01:00
committed by Jonathan Ringer
parent 805108e6cf
commit cc29c62867
2 changed files with 53 additions and 53 deletions

View File

@@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "6.6.0";
version = "6.8.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "0jj6b2nlx7qldwbvixz74abn3p0sq4lkf6ak74vynrv5xvlycb9v";
sha256 = "sha256-A3eRfzQAfubyPefDlq5bAiFJ/G90D2JKdJO2Em0wE00=";
};
nativeBuildInputs = [ pkgconfig ];