Commit df6ffb01 authored by Weijia Wang's avatar Weijia Wang
Browse files

perlPackages.SysVirt: 10.2.0 -> 10.9.0

parent e6f77dad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];