Skip to content

Commit e6af9ae

Browse files
authored
python312Packages.python-lsp-server: 1.12.1 -> 1.12.2 (#380229)
2 parents dfc36f8 + cb467f0 commit e6af9ae

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-lsp-server

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-lsp-server/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141

4242
buildPythonPackage rec {
4343
pname = "python-lsp-server";
44-
version = "1.12.1";
44+
version = "1.12.2";
4545
pyproject = true;
4646

4747
src = fetchFromGitHub {
4848
owner = "python-lsp";
4949
repo = "python-lsp-server";
5050
tag = "v${version}";
51-
hash = "sha256-1jWui48QmnTw18Dvl24lgxsUkm0/mxyjIZP6+ScjGY4=";
51+
hash = "sha256-tdhYLAXs1Yf3DqCzf/pLOlJvr/zYRkSlAF6hsavSu+A=";
5252
};
5353

5454
pythonRelaxDeps = [

0 commit comments

Comments
 (0)