Merge pull request #261278 from r-ryantm/auto-update/python310Packages.python-lsp-ruff

python310Packages.python-lsp-ruff: 1.5.1 -> 1.5.2
This commit is contained in:
Nick Cao 2023-10-16 12:32:07 -04:00 committed by GitHub
commit 7299c037ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "python-lsp-ruff";
version = "1.5.1";
version = "1.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version;
pname = "python-lsp-ruff";
sha256 = "sha256-yvG4Qn9aym0rTDALURxHrWtDhO7g2VYsI+zLgb8z+gE=";
sha256 = "sha256-7vilIo1PHgHZ6yaRxTVt/bPwGt9g7rGvrq84eyIDIBw=";
};
postPatch = ''