diff options
| author | Ignacio Marmolejo <ignacio.marmolejo@gmail.com> | 2026-02-22 18:03:55 -0800 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-02-26 00:17:04 +0100 |
| commit | b3cb472c04f89e686a5c6a711a41ecc6330e242b (patch) | |
| tree | 3e18a3beddc66fc7541f6b797d774267144975d4 | |
| parent | 95622de38d61ca8853cf7f2d05bfc799140b0e93 (diff) | |
gnu: lua-language-server: Update to 3.17.1
* gnu/packages/lua.scm (lua-language-server): Update to 3.17.1.
Merges: https://codeberg.org/guix/guix/pulls/2831
Change-Id: If5d4e1d520877698e53bd2f2a151af6dd272a87a
Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
| -rw-r--r-- | gnu/packages/lua.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index b813f65a410..40797805891 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -61,7 +61,6 @@ #:use-module (gnu packages curl) #:use-module (gnu packages build-tools) #:use-module (gnu packages check) - #:use-module (gnu packages gcc) #:use-module (gnu packages compression) #:use-module (gnu packages gcc) #:use-module (gnu packages glib) @@ -570,7 +569,7 @@ build system that uses the standard Lua command-line interpreter.") (define-public lua-language-server (package (name "lua-language-server") - (version "3.16.4") + (version "3.17.1") (source (origin (method git-fetch) (uri (git-reference @@ -586,7 +585,7 @@ build system that uses the standard Lua command-line interpreter.") (file-name (git-file-name name version)) (sha256 (base32 - "0kbbwz9cjw9b8sii2hki51s968n551r8z46h9gp9bd2m3g3l1l75")))) + "1fjhh02iph0mplqrgxfrdqfydrppksjsgw3lg6k8y5w6g24l3z1m")))) (build-system gnu-build-system) (arguments (list @@ -1766,7 +1765,7 @@ way, following established lisp conventions.") (list #:make-flags #~(list "VENDOR=false") #:tests? #f ; tests require additional dependencies - #:phases + #:phases #~(let ((luajit-major+minor #$(version-major+minor (package-version lua)))) (modify-phases %standard-phases |
