libvirt-python: fix broken version that I included by accident in 8c42b26fa2

This commit is contained in:
Dan Peebles 2015-12-24 20:02:38 +00:00
parent 8c42b26fa2
commit e5e8d3e250

View file

@ -21725,7 +21725,7 @@ in modules // {
};
libvirt = let
version = "1.2.18";
version = "1.2.19";
in assert version == pkgs.libvirt.version; pkgs.stdenv.mkDerivation rec {
name = "libvirt-python-${version}";