python3Packages.libvirt: 7.10.0 -> 8.1.0

This commit is contained in:
Bernardo Meurer 2022-03-14 10:25:50 -07:00
parent d886a9ae83
commit 165a9f08e6
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "7.10.0";
version = "8.1.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "sha256-I1FNjNwWRyDAUSq2Co9EnjAbzKQtS0Rx8vHgPsFzSYw=";
sha256 = "sha256-/uGxjptiqm5B823z4mcjredj9ZLZC2WTTqhQrQPVfDU=";
};
nativeBuildInputs = [ pkg-config ];