Skip to content

Commit

Permalink
python311Packages.jupyter-lsp: 2.2.4 -> 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 14b1352 commit c15a55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jupyter-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "jupyter-lsp";
version = "2.2.4";
version = "2.2.5";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-XlADMUk0QGU0jmiGCPPG1lTvBtmFa2dlW9e2usnuLVk=";
hash = "sha256-eTFHoFrURvgJ/VPvHNGan1JW/Qota3zpQ6mCy09UUAE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c15a55b

Please sign in to comment.