python310Packages.jupyterlab-lsp: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm 2022-03-27 19:25:15 +00:00
parent 5f6a4fb8a7
commit a83f15d8fb

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "3.10.0";
version = "3.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-8/ZGTIwpFuPiYVGZZLF+1Gc8aJcWc3BirtXdahYKwt8=";
sha256 = "sha256-mtbvIsSXK4VIB5cDT8eRRyjrePGFa02rM2Fobk8gyd0=";
};
propagatedBuildInputs = [