Skip to content

Commit

Permalink
perlPackages.SysVirt: 10.2.0 -> 10.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Nov 4, 2024
1 parent c4e8792 commit caaa153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24044,12 +24044,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 ];
Expand Down

0 comments on commit caaa153

Please sign in to comment.