Commit e6f77dad authored by Weijia Wang's avatar Weijia Wang
Browse files

python312Packages.libvirt: 10.5.0 -> 10.9.0

parent 69119368
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];