mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-16 12:20:10 +00:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user