python310Packages.python-lsp-ruff: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm
2023-11-11 08:57:03 +00:00
parent f209847507
commit c7cb9bc17c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-lsp-ruff";
version = "1.5.2";
version = "1.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version;
pname = "python-lsp-ruff";
sha256 = "sha256-7vilIo1PHgHZ6yaRxTVt/bPwGt9g7rGvrq84eyIDIBw=";
sha256 = "sha256-vf3ZNZyen1W29qk4ST1sus5VTcys9F3067NlUr406bg=";
};
postPatch = ''