lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.jupyter-lsp: 2.2.5 -> 2.2.6

This commit was automatically generated using update-python-libraries.

+4 -3
+4 -3
pkgs/development/python-modules/jupyter-lsp/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "jupyter-lsp"; 11 - version = "2.2.5"; 11 + version = "2.2.6"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 - inherit pname version; 16 - hash = "sha256-eTFHoFrURvgJ/VPvHNGan1JW/Qota3zpQ6mCy09UUAE="; 15 + pname = "jupyter_lsp"; 16 + inherit version; 17 + hash = "sha256-BWa9m7BP2eZ3SpN+0BUitVW6eL43vr73h8irIt5MA2E="; 17 18 }; 18 19 19 20 nativeBuildInputs = [ setuptools ];