Merge pull request #118957 from lovesegfault/pynvim-0.4.3

python3Packages.pynvim: 0.4.2 -> 0.4.3
This commit is contained in:
Sandro 2021-04-10 18:41:07 +02:00 committed by GitHub
commit baf5e666c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "pynvim";
version = "0.4.2";
version = "0.4.3";
src = fetchPypi {
inherit pname version;
sha256 = "6bc6204d465de5888a0c5e3e783fe01988b032e22ae87875912280bef0e40f8f";
sha256 = "sha256-OnlTeL3l6AkvvrOhqZvpxhPSaFVC8dsOXG/UZ+7Vbf8=";
};
nativeBuildInputs = [