python310Packages.ruff-lsp: 0.0.32 -> 0.0.34

also adds figsoda as a maintainer

Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.34
This commit is contained in:
figsoda
2023-06-20 17:26:38 -04:00
parent e8d769d5ce
commit b17fa9b7e7
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "ruff-lsp";
version = "0.0.32";
version = "0.0.34";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version;
pname = "ruff_lsp";
hash = "sha256-n69Ibm+SFpjEkwPoYAJxVmmgtrRhzWh0PLfRe+iLxdo=";
hash = "sha256-8zbKP9Taeh9O5ptJoRYDtVm0QSeMtTA7ppEpjXcoDCY=";
};
postPatch = ''
@@ -60,6 +60,6 @@ buildPythonPackage rec {
homepage = "https://github.com/astral-sh/ruff-lsp";
changelog = "https://github.com/astral-sh/ruff-lsp/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ kalekseev ];
maintainers = with maintainers; [ figsoda kalekseev ];
};
}