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:
commit
34bf8c7d47
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-lsp-ruff";
|
pname = "python-lsp-ruff";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "python-lsp-ruff";
|
pname = "python-lsp-ruff";
|
||||||
sha256 = "sha256-TqTeQc/lT5DcPcJbZXbEiUGbYjFP8idpzdSZlXD59Y4=";
|
sha256 = "sha256-yvG4Qn9aym0rTDALURxHrWtDhO7g2VYsI+zLgb8z+gE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user