diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-02 23:00:19 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-02-02 23:00:19 +0100 |
| commit | 58f932763a4817cae8c701b142874ce171bfe42d (patch) | |
| tree | 29cce0edb8fd0a441d8164be8d0f9d02d1b6444e /gnu | |
| parent | 7f2b824fbce34a17aa99058eaa70c5dd75a3adf3 (diff) | |
gnu: emacs-eglot: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.21.
Change-Id: Id3063e6164cf3ebe120232b1639d6f204e54c9a8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 89242985c64..75c30765d2a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24511,7 +24511,7 @@ lines, and @code{gc} to comment out the target of a motion.") (define-public emacs-eglot (package (name "emacs-eglot") - (version "1.19") + (version "1.21") (source (origin (method url-fetch) @@ -24519,7 +24519,7 @@ lines, and @code{gc} to comment out the target of a motion.") ".tar")) (sha256 (base32 - "0bsz3grw41nh5r76brfdb4gb3hncs5chlhwsqm6qqg0ach69m7zi")))) + "03fx22rv8ijxq0jnn7xlfqhkpk2b109ygpjbcchp41sa4q7d6nbl")))) (build-system emacs-build-system) (propagated-inputs (list emacs-eldoc |
