Merge pull request #49980 from r-ryantm/auto-update/python3.6-neovim

python36Packages.neovim: 0.2.6 -> 0.3.0
This commit is contained in:
Jörg Thalheim 2018-11-10 00:06:40 +00:00 committed by GitHub
commit ded8ff467b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "neovim";
version = "0.2.6";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "0xlj54w9bnmq4vidk6r08hwa6az7drahi08w1qf4j9q45rs8mrbc";
sha256 = "18x7gi1idsch11hijvy0mm2mk4f42rapz9niax4rnak14x2klqq2";
};
checkInputs = [ nose ];