python312Packages.libvirt: 10.5.0 -> 10.9.0

This commit is contained in:
Weijia Wang 2024-11-04 20:11:25 +01:00
parent 69119368fd
commit e6f77dadc3

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "libvirt";
version = "10.5.0";
version = "10.9.0";
pyproject = true;
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
hash = "sha256-dPjT9PRoUzNrY79yejAW/sbkMr0fpLif7IKZIW/K3KI=";
hash = "sha256-/kjpB19X90btIewW+hjLjLagJvI5X2oIHXpcSZVtu2I=";
};
build-system = [ setuptools ];