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

python311Packages.python-lsp-ruff: 2.1.0 -> 2.2.0
This commit is contained in:
Nick Cao
2024-03-02 10:43:05 -05:00
committed by GitHub
@@ -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 = ''