perlPackages.SysVirt: 1.2.9 -> 1.2.19
This commit is contained in:
parent
de8f176875
commit
7c8dd80c30
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue