Unverified Commit 046f8a0d authored by fmbearmf's avatar fmbearmf
Browse files

python3Packages.libvirt: 11.6.0 -> 11.7.0

parent 34bbcafc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "libvirt";
  version = "11.6.0";
  version = "11.7.0";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "libvirt";
    repo = "libvirt-python";
    tag = "v${version}";
    hash = "sha256-YitfYz+g3asMmwTBFTFR9pL+HDBDwI50ZThrgoIb+xQ=";
    hash = "sha256-1YyWGwotk1Zv0zsNDGmWXhIFYEEN5qgYrB0j2QDTZFY=";
  };

  postPatch = ''