mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eldoc-box: Update to 1.13.2.
* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.13.2. Change-Id: I75714a1687a4d90210d10f659b1e73b1b20ba4e2
This commit is contained in:
parent
6e6d5bd3ea
commit
6a1b17bea0
1 changed files with 2 additions and 2 deletions
|
@ -21756,7 +21756,7 @@ variable instead, to remind you of that variable's meaning.")
|
|||
(define-public emacs-eldoc-box
|
||||
(package
|
||||
(name "emacs-eldoc-box")
|
||||
(version "1.12.1")
|
||||
(version "1.13.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -21765,7 +21765,7 @@ variable instead, to remind you of that variable's meaning.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v163zk8qazz92q2iv9f0sgq2paryx80m94hbl588lhnyk227lsb"))))
|
||||
"1136rgi7qy5kmciqrz88lxvk01fdcpry2srsvv3h2rfqwmiccpl0"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/casouri/eldoc-box")
|
||||
(synopsis "Childframe doc for eglot and anything that uses eldoc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue