pythonPackages.neovim-0.3.0 -> pythonPackages.pynvim-0.3.1

This commit is contained in:
Alexey Shmalko
2018-12-09 01:09:57 +02:00
parent 3556990e36
commit 4898e09215
4 changed files with 7 additions and 7 deletions

View File

@@ -10,12 +10,12 @@
}:
buildPythonPackage rec {
pname = "neovim";
version = "0.3.0";
pname = "pynvim";
version = "0.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "18x7gi1idsch11hijvy0mm2mk4f42rapz9niax4rnak14x2klqq2";
sha256 = "1yxh8zdigzs330m4gchxk6m323glz81x85q5fzgc4saq0naib26x";
};
checkInputs = [ nose ];