me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eglot: Update to 1.15.

* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.15.
master
Nicolas Goaziou 2023-05-03 09:53:53 +02:00
parent ead1e87382
commit 13acc9e827
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -18275,7 +18275,7 @@ Emacs.")
(define-public emacs-eglot (define-public emacs-eglot
(package (package
(name "emacs-eglot") (name "emacs-eglot")
(version "1.14") (version "1.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -18283,7 +18283,7 @@ Emacs.")
".tar")) ".tar"))
(sha256 (sha256
(base32 (base32
"0aw28gdx90k87czxf436r9bva58bal55cdnp90ga36c89wzdjznj")))) "05brq76xbdkbhbn572n0hyz80lwc3ly5waaqsaan5l1apxgl6ww7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-external-completion (list emacs-external-completion