python3Packages.jupyterlab-lsp: 5.0.0 -> 5.0.1

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:29 +01:00
parent 01d181aee1
commit 98bfde1fa4
@@ -1,20 +1,25 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools
, jupyterlab
, jupyter-lsp
}:
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "5.0.0";
format = "setuptools";
version = "5.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-D4jiaAPQ8+TIyL7wip+GHycGp3ym1NkvZQJsCelYFks=";
hash = "sha256-jQ8mhTfZ+6F9EgDfBWVI6I/I3n2lIlJs+mM0OJ0MKTQ=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
jupyterlab
jupyter-lsp