perlPackages.SysVirt: 10.2.0 -> 10.9.0

This commit is contained in:
Weijia Wang 2024-11-04 20:11:35 +01:00
parent e6f77dadc3
commit df6ffb0152

View File

@ -24077,12 +24077,12 @@ with self; {
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "10.2.0";
version = "10.9.0";
src = fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-perl";
rev = "v${version}";
hash = "sha256-xpgZeXk9QefqbBMsvcMh/Cg/XFGEiVi3FbU/jBbSIr0=";
hash = "sha256-g2HH9Ep5cAa4qXo9/MKJmxeive6oqHQEX9C8qY+u2g4=";
};
nativeBuildInputs = [ pkgs.pkg-config ];
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];