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

Merge pull request #325235 from r-ryantm/auto-update/libvirt

parents 03c07e5a 414875a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,13 +115,13 @@ stdenv.mkDerivation rec {
  # NOTE: You must also bump:
  # <nixpkgs/pkgs/development/python-modules/libvirt/default.nix>
  # SysVirt in <nixpkgs/pkgs/top-level/perl-packages.nix>
  version = "10.4.0";
  version = "10.5.0";

  src = fetchFromGitLab {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-grQyILVy0IYbbz/Wau8QRfCub7j+5nhnkfs2tprfpO0=";
    hash = "sha256-Nku4l1f34NOUr23KWDH9uZu72OgMK3KfYjsRRbuTvf8=";
    fetchSubmodules = true;
  };

+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "libvirt";
  version = "10.4.0";
  version = "10.5.0";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "libvirt";
    repo = "libvirt-python";
    rev = "v${version}";
    hash = "sha256-Qwn07C8N2ZZzE5+qCo2HtBSm5/zGBqbiLnJePxuEJjs=";
    hash = "sha256-dPjT9PRoUzNrY79yejAW/sbkMr0fpLif7IKZIW/K3KI=";
  };

  build-system = [ setuptools ];