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

python311Packages.python-lsp-ruff: 2.0.0 -> 2.0.1
This commit is contained in:
Mario Rodas 2023-12-27 07:47:20 -05:00 committed by GitHub
commit c21d6fd059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-lsp-ruff";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "python-lsp-ruff";
sha256 = "sha256-lCTBFKTb1djrRQcX4Eg/G2Fs+VrqTvJ/XVnUPVM/5nE=";
sha256 = "sha256-sgS0wwFuAaaen9b/vpJrpAsUvE2lehfHVaOB/hSol9k=";
};
postPatch = ''