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

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

parents 71324285 9c0f59ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,13 +114,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 = "9.9.0";
  version = "9.10.0";

  src = fetchFromGitLab {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-8Tmn99wDkRoA+pnOjeCzHoCeR3P3MwCA1kqY6SZpkqw=";
    sha256 = "sha256-SYk3aseaVD31rnGKj/7eoLldGbOdJfKMw4tVDjtjcwY=";
    fetchSubmodules = true;
  };

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

buildPythonPackage rec {
  pname = "libvirt";
  version = "9.9.0";
  version = "9.10.0";
  format = "setuptools";

  src = fetchFromGitLab {
    owner = "libvirt";
    repo = "libvirt-python";
    rev = "v${version}";
    hash = "sha256-cajKzRRhKCUKWm+1p3xvCyEbVB2R/70WY584o7V+XaY=";
    hash = "sha256-7qJieTLPzyHvhOLUsti4Mbt94iba2eTZd6OvPn3uLEA=";
  };

  nativeBuildInputs = [ pkg-config ];
+2 −2
Original line number Diff line number Diff line
@@ -23890,12 +23890,12 @@ with self; {
  SysVirt = buildPerlModule rec {
    pname = "Sys-Virt";
    version = "9.7.0";
    version = "9.8.0";
    src = fetchFromGitLab {
      owner = "libvirt";
      repo = "libvirt-perl";
      rev = "v${version}";
      hash = "sha256-tXXB6Gj27oFZv9WD4dXWdY55jDDLrGYbud4qoyjNe5A=";
      hash = "sha256-xLrqD1fFbDYS4HH85vYCeaKZeNwXQpjPXfGpJCFumg8=";
    };
    nativeBuildInputs = [ pkgs.pkg-config ];
    buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];