Merge pull request #331877 from jchw-forks/update/pynvim_pp

python3Packages.pynvim-pp: unstable-2024-03-11 -> unstable-2024-07-31
This commit is contained in:
Gaétan Lepage 2024-08-03 10:13:48 +02:00 committed by GitHub
commit ea26f5ea40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage {
pname = "pynvim-pp";
version = "unstable-2024-03-11";
version = "unstable-2024-07-31";
pyproject = true;
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "pynvim_pp";
rev = "34e3a027c595981886d7efd1c91071f3eaa4715d";
hash = "sha256-2+jDRJXlg9q4MN9vOhmeq4cWVJ0wp5r5xAh3G8lqgOg=";
rev = "6d3c298b7eb9543bce7ab515b0a39f256c1d37ca";
hash = "sha256-W6YaxI/fa2HL6+FIBTTA+7K2Be02iuIfFFVO/hhYnpo=";
};
nativeBuildInputs = [ setuptools ];