me
/
guix
Archived
1
0
Fork 0

gnu: emacs-eldoc-box: Update to 1.11.1.

* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.11.1.
master
Nicolas Goaziou 2023-10-04 10:49:54 +02:00
parent 27e27cb3b6
commit 43741bca58
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -19321,7 +19321,7 @@ variable instead, to remind you of that variable's meaning.")
(define-public emacs-eldoc-box (define-public emacs-eldoc-box
(package (package
(name "emacs-eldoc-box") (name "emacs-eldoc-box")
(version "1.10.1") (version "1.11.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -19330,7 +19330,7 @@ variable instead, to remind you of that variable's meaning.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"076bbn2nnrx02zk2hs4b39q0w3s7afbgfdxnwk2y2s8lkq1l6l87")))) "0fzcyjg61icwjw1ml3p9qzd4a10vl7n1hqdpynqr5nlq9ih7rrgq"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/casouri/eldoc-box") (home-page "https://github.com/casouri/eldoc-box")
(synopsis "Childframe doc for eglot and anything that uses eldoc") (synopsis "Childframe doc for eglot and anything that uses eldoc")