Skip to content

Commit

Permalink
python312Packages.python-lsp-server: 1.11.0 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2024
1 parent 8da188f commit cbbbf14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-lsp-server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.11.0";
version = "1.12.0";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "python-lsp";
repo = "python-lsp-server";
rev = "refs/tags/v${version}";
hash = "sha256-0DFcnGlyDOK0Lxpr++xV6klhFF9b1fihH5FY/tblr+E=";
hash = "sha256-oFqa7DtFpJmDZrw+GJqrFH3QqnMAu9159q3IWT9vRko=";
};

postPatch = ''
Expand Down

0 comments on commit cbbbf14

Please sign in to comment.