3
0
Fork 0
forked from mirrors/nixpkgs

nixpkgs: Bump libvirt-python to 1.2.4 - libvirt is already updated and this package is therefor broken

This commit is contained in:
Benjamin Podszun 2014-05-10 14:34:50 +02:00
parent cdf7d6a66f
commit 8999a7c550

View file

@ -8891,11 +8891,11 @@ rec {
libvirt = pkgs.stdenv.mkDerivation rec {
name = "libvirt-python-${version}";
version = "1.2.2";
version = "1.2.4";
src = fetchurl {
url = "http://libvirt.org/sources/python/${name}.tar.gz";
sha256 = "0fccpyppz79kbbnzwdgsiza3cxq7jlnnp1dqi33gc4305dk9vmwl";
sha256 = "0zi1mxjcv9dz5hy54lwgk9j4i8r20hhijbxxn843h2w7p1ch1wx2";
};
buildInputs = [ python pkgs.pkgconfig pkgs.libvirt lxml ];