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:
Nicolas Goaziou 2024-06-18 16:03:34 +02:00
parent 555706992f
commit b6f635d409
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")