guix-commits
[Top][All Lists]
Advanced

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

04/53: gnu: emacs-eldoc: Update to 1.15.0.


From: guix-commits
Subject: 04/53: gnu: emacs-eldoc: Update to 1.15.0.
Date: Mon, 1 Jan 2024 20:25:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit cab4cf27dcc072c3da6a10e84746c331af13c9e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:26:23 2024 +0100

    gnu: emacs-eldoc: Update to 1.15.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.15.0.
    
    Change-Id: Icea7f7d60301892e9476b930ab19a85f41b29f4f
---
 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 23d52d6be7..f395e474ba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19601,14 +19601,14 @@ more information.")
 (define-public emacs-eldoc
   (package
     (name "emacs-eldoc")
-    (version "1.14.0")
+    (version "1.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://elpa.gnu.org/packages/eldoc-"; version ".tar"))
        (sha256
-        (base32 "15bg61nbfb6l51frlsn430ga3vscns2651wvi6377vlyra7kgn39"))))
+        (base32 "1wn7q2f19lfdc3b639ffhbmsglnm3zc6rvgyc6amqwnpc2n2gkdl"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/eldoc.html";)
     (synopsis "Show function arglist or variable docstring in echo area")



reply via email to

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