guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: emacs-eldoc-box: Update to 1.11.1.


From: guix-commits
Subject: 03/07: gnu: emacs-eldoc-box: Update to 1.11.1.
Date: Wed, 4 Oct 2023 05:00:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 43741bca5824319fc22321f72a0f3fd66bdf6c15
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 4 10:49:54 2023 +0200

    gnu: emacs-eldoc-box: Update to 1.11.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldoc-box): Update to 1.11.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]