We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfc36f8 + cb467f0 commit e6af9aeCopy full SHA for e6af9ae
pkgs/development/python-modules/python-lsp-server/default.nix
@@ -41,14 +41,14 @@
41
42
buildPythonPackage rec {
43
pname = "python-lsp-server";
44
- version = "1.12.1";
+ version = "1.12.2";
45
pyproject = true;
46
47
src = fetchFromGitHub {
48
owner = "python-lsp";
49
repo = "python-lsp-server";
50
tag = "v${version}";
51
- hash = "sha256-1jWui48QmnTw18Dvl24lgxsUkm0/mxyjIZP6+ScjGY4=";
+ hash = "sha256-tdhYLAXs1Yf3DqCzf/pLOlJvr/zYRkSlAF6hsavSu+A=";
52
};
53
54
pythonRelaxDeps = [
0 commit comments