python-neovim: 0.0.38 -> 0.1.7

Disable for python3
This commit is contained in:
Tobias Pflug 2016-04-24 21:10:53 +02:00 committed by Rok Garbas
parent 2eac1070ad
commit b42d6718b0

View file

@ -25766,12 +25766,14 @@ in modules // {
};
neovim = buildPythonPackage rec {
version = "0.0.38";
version = "0.1.7";
name = "neovim-${version}";
disabled = isPy35;
src = pkgs.fetchurl {
url = "mirror://pypi/n/neovim/${name}.tar.gz";
sha256 = "93f475d5583a053af919ba0729b32b3fefef1dbde4717b5657d806bdc69b76b3";
sha256 = "0il6h9qpy9rkgz16yn2bhhg5f23w41wvm9ivlscx5l55llq9sd9q";
};
propagatedBuildInputs = with self; [ msgpack ]