python311Packages.python-lsp-ruff: 2.2.0 -> 2.2.1

Changelog:
https://github.com/python-lsp/python-lsp-ruff/releases/tag/v2.2.1
This commit is contained in:
Gaetan Lepage 2024-04-27 20:20:42 +02:00
parent 9f7f6f5751
commit 82a0b76d9c

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-lsp-ruff";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "python-lsp-ruff";
hash = "sha256-Z8FAZ/drw9Fr1Uc6V04NezvUItcjti0rKoM1borwUds=";
pname = "python_lsp_ruff";
hash = "sha256-C7OiJ7wTboq4xm6Rcz8mc9wV329/yeuZ1CZ9CZGzJ6U=";
};
postPatch = ''