me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eldoc: Update to 1.15.0.

* gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.15.0.

Change-Id: Icea7f7d60301892e9476b930ab19a85f41b29f4f
master
Nicolas Goaziou 2024-01-01 18:26:23 +01:00
parent 6ca99feaf5
commit cab4cf27dc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -19601,14 +19601,14 @@ more information.")
(define-public emacs-eldoc
(package
(name "emacs-eldoc")
(version "1.14.0")
(version "1.15.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://elpa.gnu.org/packages/eldoc-" version ".tar"))
(sha256
(base32 "15bg61nbfb6l51frlsn430ga3vscns2651wvi6377vlyra7kgn39"))))
(base32 "1wn7q2f19lfdc3b639ffhbmsglnm3zc6rvgyc6amqwnpc2n2gkdl"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/eldoc.html")
(synopsis "Show function arglist or variable docstring in echo area")