diff options
author | Nicolas Goaziou <[email protected]> | 2024-09-15 09:20:28 +0200 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2024-09-15 10:45:40 +0200 |
commit | 9c79eb3cd95d11f14cdbb89f5e8887f0927218b2 (patch) | |
tree | a7522e002bea5e86528b86d2dd35d105bcb529f6 | |
parent | 08a18cb05a1af8f3a9f53b284d6ea96a0c5fc726 (diff) |
gnu: emacs-eglot-jl: Update to 2.4.0.
* gnu/packages/emacs-xyz.scm (emacs-eglot-jl): Update to 2.4.0.
Change-Id: Ic0c435baedbbf33c1656f05feac319bb3ad83fd5
-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 73327e890d..178691cece 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12784,7 +12784,7 @@ library with Eglot instead of Yasnippet.") (define-public emacs-eglot-jl (package (name "emacs-eglot-jl") - (version "2.3.0") + (version "2.4.0") (source (origin (method git-fetch) @@ -12795,7 +12795,7 @@ library with Eglot instead of Yasnippet.") (file-name (git-file-name name version)) (sha256 (base32 - "144q4fj3am165vf1vx2ljlsmpn8vvvs1b95qi3rxlwqskkx0lig3")))) + "1xy6lssg5x8m2d5802in2b5nl5wrcxz4pilw85kk0mc8640kg2ma")))) (build-system emacs-build-system) (arguments (list #:include #~(cons "\\.(jl|toml)$" %default-include))) (propagated-inputs (list emacs-eglot)) |