Unverified Commit d912dd33 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

libvirt, python3Packages.libvirt: 11.6.0 -> 11.7.0 (#445382)

parents 79c98535 046f8a0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,14 +117,14 @@ assert enableZfs -> isLinux;
stdenv.mkDerivation rec {
  pname = "libvirt";
  # if you update, also bump <nixpkgs/pkgs/development/python-modules/libvirt/default.nix> and SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
  version = "11.6.0";
  version = "11.7.0";

  src = fetchFromGitLab {
    owner = "libvirt";
    repo = "libvirt";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-t1CnShdHBCvLpw9B5iJmgLpwVc91/hwRVBefBkw4LZg=";
    hash = "sha256-BLPuqKvKW3wk4ij8ag4V4odgzZXGfn7692gkeJ03xZw=";
  };

  patches = [
+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 = ''