mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-eldoc-box: Update to 1.12.1.
* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.12.1. Change-Id: Ib7c2949938e18899fc98d69ef6ba019a104a7398
This commit is contained in:
parent
555706992f
commit
b6f635d409
1 changed files with 2 additions and 2 deletions
|
@ -20292,7 +20292,7 @@ (define-public emacs-eldoc
|
|||
(define-public emacs-eldoc-box
|
||||
(package
|
||||
(name "emacs-eldoc-box")
|
||||
(version "1.11.1")
|
||||
(version "1.12.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -20301,7 +20301,7 @@ (define-public emacs-eldoc-box
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fzcyjg61icwjw1ml3p9qzd4a10vl7n1hqdpynqr5nlq9ih7rrgq"))))
|
||||
"1v163zk8qazz92q2iv9f0sgq2paryx80m94hbl588lhnyk227lsb"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/casouri/eldoc-box")
|
||||
(synopsis "Childframe doc for eglot and anything that uses eldoc")
|
||||
|
|
Loading…
Reference in a new issue