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

This commit is contained in:
R. Ryantm 2024-02-09 21:37:14 +00:00
parent b64b4f2d6a
commit ff34f5e0a0

View File

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