mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
08a18cb05a
commit
9c79eb3cd9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue