mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
python312Packages.ruff-lsp: 0.0.58 -> 0.0.59
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.58...v0.0.59 Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.59
This commit is contained in:
parent
d403617d18
commit
ef58cadcd0
@ -12,14 +12,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "ruff-lsp";
|
||||
version = "0.0.58";
|
||||
version = "0.0.59";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "astral-sh";
|
||||
repo = "ruff-lsp";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-TB4OcKkaUGYAmiGNJRnfRmiXTyTQL4sFoBrzxT6DWec=";
|
||||
hash = "sha256-fMw93EmwO0wbIcGMr7csXkMRzgyQJNQzgLDZQqNB8Zc=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ hatchling ];
|
||||
|
Loading…
Reference in New Issue
Block a user