This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 59dbdc642a gnu: emacs-lsp-mode: Update to 9.0.1-1.328c979.
59dbdc642a is described below
commit 59dbdc642a6815cbc37acd08fda54fab3eb32023
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jan 28 09:06:07 2026 +0100
gnu: emacs-lsp-mode: Update to 9.0.1-1.328c979.
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to
9.0.1-1.328c979.
[arguments]: Update #:emacs.
Change-Id: I79a5da405f9ef77e9a8376db421c3709a69e2fb4
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0583b3aeea..9dfa04b819 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36536,8 +36536,8 @@ the standard @code{Dockerfile} file format.")
(define-public emacs-lsp-mode
;; Last release is one year old.
;; Latest revision enables support for new lsp spec 3.17 features.
- (let ((commit "147233313576c844e2bf56640827b0d0e5c2ee6c")
- (revision "0"))
+ (let ((commit "328c97945c345e32e4b8fd6bb5ccd6bb6c5d462f")
+ (revision "1"))
(package
(name "emacs-lsp-mode")
(version (git-version "9.0.1" revision commit)) ;taken from lsp-mode.el
@@ -36549,11 +36549,11 @@ the standard @code{Dockerfile} file format.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "14317wgi0mrxbcrlgrfqyf80lh86n7x6bv07b43cxl3k4c4fqk0l"))))
+ (base32 "0dyk685q6z7z4bcb9pnwb045b819j6qkbm0qng4kn677laa51ikn"))))
(build-system emacs-build-system)
(arguments
(list
- #:emacs emacs ;need libxml support
+ #:emacs emacs-no-x ;need libxml support
#:test-command #~(list "ert-runner"
"-L" "."
"-L" "clients"