Merge pull request #225563 from r-ryantm/auto-update/python310Packages.python-lsp-server

python310Packages.python-lsp-server: 1.7.1 -> 1.7.2
This commit is contained in:
Fabian Affolter 2023-04-11 09:25:53 +02:00 committed by GitHub
commit c3a1e7280e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "python-lsp-server";
version = "1.7.1";
version = "1.7.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "python-lsp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rx8mHBmJw4gh0FtQBVMmOlQklODplrhnWwzsEhQm4NE=";
hash = "sha256-jsWk2HDDRjOAPGX1K9NqhWkA5xD2fM830z7g7Kee0yQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;