python3Packages.python-lsp-server: 1.2.2 -> 1.2.3

This commit is contained in:
Fabian Affolter
2021-10-05 12:42:42 +02:00
parent 2384362ca7
commit 1f9c0bebf8
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.2.2";
version = "1.2.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "python-lsp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RuZfCvYeO4mthZrg06UhwPp57qvuUI1yYyne5nzIHhE=";
sha256 = "sha256-zoKJ9g7cXcQhickkhRjYwl6SqOar2Kautg5dHf3PqGk=";
};
postPatch = ''