3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283689 from GaetanLepage/ruff-lsp

ruff-lsp: 0.0.49 -> 0.0.50
This commit is contained in:
Nick Cao 2024-01-25 07:44:13 -05:00 committed by GitHub
commit 5465c7e2d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ruff-lsp";
version = "0.0.49";
version = "0.0.50";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "astral-sh";
repo = "ruff-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-AL0p5NbhBxgw0mJYWcGb4EeztO7ermmcm5YrO/M8TKU=";
hash = "sha256-4LGCHbd5NVp6DakE9MwyB64BaMqHgYLxGGo9IXZzjiE=";
};
postPatch = ''