Merge pull request #165997 from r-ryantm/auto-update/python3.10-jupyterlab-lsp

python310Packages.jupyterlab-lsp: 3.10.0 -> 3.10.1
This commit is contained in:
Fabian Affolter 2022-03-28 08:22:40 +02:00 committed by GitHub
commit b14cc08d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [