perlPackages.SysVirt: 6.2.0 -> 6.3.0

This commit is contained in:
Edmund Wu 2020-05-28 23:39:25 -04:00
parent 5949f245e1
commit 2f0962dea4
No known key found for this signature in database
GPG key ID: F44F23D596B4F71D

View file

@ -17519,11 +17519,11 @@ let
SysVirt = buildPerlModule rec {
pname = "Sys-Virt";
version = "6.2.0";
version = "6.3.0";
src = assert version == pkgs.libvirt.version; pkgs.fetchgit {
url = "git://libvirt.org/libvirt-perl.git";
rev = "799b243230163ff4f8dde6293da8a0e31e7c900e";
sha256 = "1k38d1ycx3ibgfzcr1iym7cvpwvygh6a2i5548m4qjb47vfi12rz";
rev = "v${version}";
sha256 = "0m75g0kf2dmllx5c1wxzszm1zakiqjighcsjbgq66674pvqf5mk7";
};
nativeBuildInputs = [ pkgs.pkgconfig ];
buildInputs = [ pkgs.libvirt CPANChanges TestPod TestPodCoverage XMLXPath ];