pynvim-pp: unstable-2023-08-03 -> unstable-2024-03-11

This commit is contained in:
John Chadwick 2024-03-29 07:18:31 -04:00
parent 82a35d3886
commit ff8a765777

View File

@ -7,14 +7,14 @@
buildPythonPackage {
pname = "pynvim-pp";
version = "unstable-2023-08-03";
version = "unstable-2024-03-11";
pyproject = true;
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "pynvim_pp";
rev = "40d0f6053ddbba61f53505eebb0290cfb661661b";
hash = "sha256-4jeYE9HL+PQZuJq5nyf9CgL4UrRWm3ifLL/vfygLOwc=";
rev = "34e3a027c595981886d7efd1c91071f3eaa4715d";
hash = "sha256-2+jDRJXlg9q4MN9vOhmeq4cWVJ0wp5r5xAh3G8lqgOg=";
};
nativeBuildInputs = [ setuptools ];