Merge pull request #188487 from r-ryantm/auto-update/python310Packages.jupyterlab-lsp

This commit is contained in:
Doron Behar 2022-08-27 14:37:35 +03:00 committed by GitHub
commit 9a70946550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupyterlab-lsp";
version = "3.10.1";
version = "3.10.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mtbvIsSXK4VIB5cDT8eRRyjrePGFa02rM2Fobk8gyd0=";
sha256 = "sha256-VZrUaS+X9C3WufCzMKuScD8CuORbuvbpz1mJiolyIqA=";
};
propagatedBuildInputs = [