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

python310Packages.python-lsp-ruff: 1.4.0 -> 1.5.1
This commit is contained in:
Mario Rodas 2023-06-02 07:55:17 -05:00 committed by GitHub
commit 34bf8c7d47
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.4.0";
version = "1.5.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version;
pname = "python-lsp-ruff";
sha256 = "sha256-TqTeQc/lT5DcPcJbZXbEiUGbYjFP8idpzdSZlXD59Y4=";
sha256 = "sha256-yvG4Qn9aym0rTDALURxHrWtDhO7g2VYsI+zLgb8z+gE=";
};
postPatch = ''