pythonPackages.neovim: 0.1.8 -> 0.1.9 (#16664)
This commit is contained in:
parent
c90242e657
commit
77ea161f19
@ -26701,12 +26701,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
neovim = buildPythonPackage rec {
|
neovim = buildPythonPackage rec {
|
||||||
version = "0.1.8";
|
version = "0.1.9";
|
||||||
name = "neovim-${version}";
|
name = "neovim-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/n/neovim/${name}.tar.gz";
|
url = "mirror://pypi/n/neovim/${name}.tar.gz";
|
||||||
sha256 = "06g84f0l208jrc1iqa4vk9kgwr77z1ya8cq39cygpq88yjj28whi";
|
sha256 = "09q7yz0v9i90grp4cmb1w8dps58q9xny7sb12kgmd8gcr8xwk4dx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user