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

This commit is contained in:
R. Ryantm 2024-03-01 18:48:35 +00:00
parent dbc93a1216
commit b60be8179d

View file

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