guix-commits
[Top][All Lists]
Advanced

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

26/55: gnu: emacs-eldoc-box: Update to 1.13.2.


From: guix-commits
Subject: 26/55: gnu: emacs-eldoc-box: Update to 1.13.2.
Date: Sun, 26 Jan 2025 14:59:48 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6a1b17bea07068bc560c894defca4e0ea868ca13
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 26 19:31:59 2025 +0100

    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
---
 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 8d2beecc0e..ee01a61909 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

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