perlPackages.SysVirt: 1.2.9 -> 1.2.19

This commit is contained in:
Tobias Geerinckx-Rice 2015-09-15 07:02:13 +02:00
parent de8f176875
commit 7c8dd80c30

View file

@ -10036,10 +10036,10 @@ let self = _self // overrides; _self = with self; {
};
SysVirt = buildPerlPackage rec {
name = "Sys-Virt-1.2.9";
name = "Sys-Virt-1.2.19";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DANBERR/${name}.tar.gz";
sha256 = "1ag55mlkbf63iq3q5mxdawf29c2nyphd52kbshnlim3lax247ml7";
sha256 = "18v8x0514in0zpvq1rv78hmvhpij1xjh5xn0wa6wmg2swky54sp4";
};
propagatedBuildInputs = [XMLXPath];
buildInputs = [TestPodCoverage TimeHiRes TestPod pkgs.pkgconfig pkgs.libvirt];