guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-eldoc: Update to 1.13.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-eldoc: Update to 1.13.0.
Date: Wed, 20 Jul 2022 09:09:10 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 855a37200b gnu: emacs-eldoc: Update to 1.13.0.
855a37200b is described below

commit 855a37200b25f95604c3137cecb88a32f0d3e5f4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 20 15:08:22 2022 +0200

    gnu: emacs-eldoc: Update to 1.13.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.13.0.
---
 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 0dbe685317..312cb58b28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15523,14 +15523,14 @@ one if it fails.")
 (define-public emacs-eldoc
   (package
     (name "emacs-eldoc")
-    (version "1.12.0")
+    (version "1.13.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://elpa.gnu.org/packages/eldoc-"; version ".tar"))
        (sha256
-        (base32 "1npggpisqnfkc3gx7dr3pjnif7gf571z7s9g7n6vnb213353qskk"))))
+        (base32 "0c05dzrs7vrhibj46jpz625482ah6xywji7way6wcvwc711y74fz"))))
     (build-system emacs-build-system)
     (home-page "http://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]