Gaetan Lepage 2024-11-22 12:45:53 +01:00
parent d403617d18
commit ef58cadcd0

View File

@ -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 ];