Commit ad70153e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

ruff-lsp: 0.0.42 -> 0.0.45

parent 451c1c0e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,15 +16,15 @@

buildPythonPackage rec {
  pname = "ruff-lsp";
  version = "0.0.42";
  version = "0.0.45";
  pyproject = true;
  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "ruff-lsp";
    rev = "v${version}";
    hash = "sha256-Dn/xPjYCyJYlDNMUfl61L/tWq5mRJ8WD0G5qZH9OepY=";
    rev = "refs/tags/v${version}";
    hash = "sha256-jTLkex2K/IQTKZp2duM26/EaYhG5E2bGs/QKt5PA7lc=";
  };

  postPatch = ''