libvirt: 10.4.0 -> 10.5.0

This commit is contained in:
R. Ryantm
2024-07-07 10:54:43 +00:00
parent 8f3b38daf2
commit 414875a049
2 changed files with 4 additions and 4 deletions
@@ -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;
};
@@ -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 ];