Commit 5e99c199 authored by Doron Behar's avatar Doron Behar
Browse files

autotools-language-server: 0.0.22 -> 0.0.23

parent 4f26e36f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "autotools-language-server";
  version = "0.0.22";
  version = "0.0.23";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Freed-Wu";
    repo = "autotools-language-server";
    tag = version;
    hash = "sha256-PvaEcdvUE8QpxKuW65RL8SgDl/RM/C3HTEK3v+YA73c=";
    hash = "sha256-cehiqxst3iGpR2UnkpN7wVAxd924n0ZNek3aiwEW+ZA=";
  };

  build-system = [