summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorIgnacio Marmolejo <ignacio.marmolejo@gmail.com>2026-02-22 18:03:55 -0800
committerGiacomo Leidi <therewasa@fishinthecalculator.me>2026-02-26 00:17:04 +0100
commitb3cb472c04f89e686a5c6a711a41ecc6330e242b (patch)
tree3e18a3beddc66fc7541f6b797d774267144975d4 /gnu/packages
parent95622de38d61ca8853cf7f2d05bfc799140b0e93 (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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/lua.scm7
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 @@
61 #:use-module (gnu packages curl) 61 #:use-module (gnu packages curl)
62 #:use-module (gnu packages build-tools) 62 #:use-module (gnu packages build-tools)
63 #:use-module (gnu packages check) 63 #:use-module (gnu packages check)
64 #:use-module (gnu packages gcc)
65 #:use-module (gnu packages compression) 64 #:use-module (gnu packages compression)
66 #:use-module (gnu packages gcc) 65 #:use-module (gnu packages gcc)
67 #:use-module (gnu packages glib) 66 #:use-module (gnu packages glib)
@@ -570,7 +569,7 @@ build system that uses the standard Lua command-line interpreter.")
570(define-public lua-language-server 569(define-public lua-language-server
571 (package 570 (package
572 (name "lua-language-server") 571 (name "lua-language-server")
573 (version "3.16.4") 572 (version "3.17.1")
574 (source (origin 573 (source (origin
575 (method git-fetch) 574 (method git-fetch)
576 (uri (git-reference 575 (uri (git-reference
@@ -586,7 +585,7 @@ build system that uses the standard Lua command-line interpreter.")
586 (file-name (git-file-name name version)) 585 (file-name (git-file-name name version))
587 (sha256 586 (sha256
588 (base32 587 (base32
589 "0kbbwz9cjw9b8sii2hki51s968n551r8z46h9gp9bd2m3g3l1l75")))) 588 "1fjhh02iph0mplqrgxfrdqfydrppksjsgw3lg6k8y5w6g24l3z1m"))))
590 (build-system gnu-build-system) 589 (build-system gnu-build-system)
591 (arguments 590 (arguments
592 (list 591 (list
@@ -1766,7 +1765,7 @@ way, following established lisp conventions.")
1766 (list 1765 (list
1767 #:make-flags #~(list "VENDOR=false") 1766 #:make-flags #~(list "VENDOR=false")
1768 #:tests? #f ; tests require additional dependencies 1767 #:tests? #f ; tests require additional dependencies
1769 #:phases 1768 #:phases
1770 #~(let ((luajit-major+minor 1769 #~(let ((luajit-major+minor
1771 #$(version-major+minor (package-version lua)))) 1770 #$(version-major+minor (package-version lua))))
1772 (modify-phases %standard-phases 1771 (modify-phases %standard-phases