pythonPackages.neovim-remote: 2.1.0 -> 2.1.1

This commit is contained in:
Alexey Shmalko 2018-12-09 01:25:54 +02:00
parent 4898e09215
commit 211938532c
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -4,14 +4,14 @@ with stdenv.lib;
pythonPackages.buildPythonPackage rec {
pname = "neovim-remote";
version = "2.1.0";
version = "2.1.1";
disabled = !pythonPackages.isPy3k;
src = fetchFromGitHub {
owner = "mhinz";
repo = "neovim-remote";
rev = "v${version}";
sha256 = "0gri4d8gg5hvywffvj8r123d06x006qhink7d54yk6lvplw64gyc";
sha256 = "1hkzcc141imjin03wpfykw50k0vs7vj1lr09czb2hsyf937gyjqn";
};
propagatedBuildInputs = with pythonPackages; [ pynvim psutil ];