python3Packages.python-lsp-ruff: 2.3.3 -> 2.3.4

Diff: https://github.com/python-lsp/python-lsp-ruff/compare/v2.3.3...v2.3.4

Changelog: https://github.com/python-lsp/python-lsp-ruff/releases/tag/v2.3.4
This commit is contained in:
Gaetan Lepage
2026-09-08 11:45:06 +00:00
parent dc89605579
commit 06cb200034

View File

@@ -16,7 +16,7 @@
buildPythonPackage (finalAttrs: {
pname = "python-lsp-ruff";
version = "2.3.3";
version = "2.3.4";
pyproject = true;
__structuredAttrs = true;
@@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
owner = "python-lsp";
repo = "python-lsp-ruff";
tag = "v${finalAttrs.version}";
hash = "sha256-KRA/yDZaDtxNV8X9nOGfE+H1EyNYtRwNzsRmIqJASmU=";
hash = "sha256-9VRbQvQCVqB92jx7E7QF1xHW3n6lO0ScFr7FhDw9Jgg=";
};
postPatch =