diff options
| author | Nemin <bergengocia@protonmail.com> | 2026-02-15 18:42:12 +0100 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-23 10:38:36 -0500 |
| commit | be0dd3d54891f52c53cf09123ab0479b9c57ef10 (patch) | |
| tree | 67489d76e3aff927e3b3c53d645d8476df97cca9 /gnu/packages/hare-apps.scm | |
| parent | 8de8b7a2881c11d3795b71f365f3053c9753aa0e (diff) | |
gnu: hare-lsp: Update to 0.2.0.
* gnu/packages/hare-apps.scm (hare-lsp): Update to 0.2.0.
Change-Id: I96891a2ec5feb4dd2e886b7f3792fa22851c67de
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages/hare-apps.scm')
| -rw-r--r-- | gnu/packages/hare-apps.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/hare-apps.scm b/gnu/packages/hare-apps.scm index 0cbfa37a6b2..579709fe119 100644 --- a/gnu/packages/hare-apps.scm +++ b/gnu/packages/hare-apps.scm | |||
| @@ -64,7 +64,7 @@ more available transition, the state goes back to the initial position.") | |||
| 64 | (define-public hare-lsp | 64 | (define-public hare-lsp |
| 65 | (package | 65 | (package |
| 66 | (name "hare-lsp") | 66 | (name "hare-lsp") |
| 67 | (version "0.1.0") | 67 | (version "0.2.0") |
| 68 | (source | 68 | (source |
| 69 | (origin | 69 | (origin |
| 70 | (method git-fetch) | 70 | (method git-fetch) |
| @@ -73,10 +73,11 @@ more available transition, the state goes back to the initial position.") | |||
| 73 | (commit (string-append "v" version)))) | 73 | (commit (string-append "v" version)))) |
| 74 | (file-name (git-file-name name version)) | 74 | (file-name (git-file-name name version)) |
| 75 | (sha256 | 75 | (sha256 |
| 76 | (base32 "1h763ynv1zh2ili26bkd9anmv8srva63rwpv2avnmimia1bvsx81")))) | 76 | (base32 "174rphdxrky5mfmx6i0dzb67qx94in419d88yh2jsrgbrpk62pms")))) |
| 77 | (build-system hare-build-system) | 77 | (build-system hare-build-system) |
| 78 | (inputs (list hare-json)) | 78 | (inputs (list hare-json)) |
| 79 | (supported-systems %hare-supported-systems) | 79 | (supported-systems %hare-supported-systems) |
| 80 | (arguments '(#:tests? #f)) | ||
| 80 | (home-page "https://git.sr.ht/~whynothugo/hare-lsp/") | 81 | (home-page "https://git.sr.ht/~whynothugo/hare-lsp/") |
| 81 | (synopsis "Language server implementation for Hare") | 82 | (synopsis "Language server implementation for Hare") |
| 82 | (description "This package provides a language server implementation for | 83 | (description "This package provides a language server implementation for |
