Merge pull request #287588 from r-ryantm/auto-update/python311Packages.python-lsp-ruff

python311Packages.python-lsp-ruff: 2.0.2 -> 2.1.0
This commit is contained in:
Mario Rodas
2024-02-10 08:10:07 -05:00
committed by GitHub
@@ -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 = ''