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.12.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-eldoc: Update to 1.12.0.
Date: Mon, 11 Jul 2022 05:14:59 -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 7b8d5c888d gnu: emacs-eldoc: Update to 1.12.0.
7b8d5c888d is described below

commit 7b8d5c888d9be16d5ee91d7bb550e25c95f289ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:13:57 2022 +0200

    gnu: emacs-eldoc: Update to 1.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.12.0.
    [source]<origin>: Use TAR file extension in URI.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 551412b905..14a726aa2e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15508,14 +15508,14 @@ one if it fails.")
 (define-public emacs-eldoc
   (package
     (name "emacs-eldoc")
-    (version "1.11.0")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://elpa.gnu.org/packages/eldoc-"; version ".el"))
+             "https://elpa.gnu.org/packages/eldoc-"; version ".tar"))
        (sha256
-        (base32 "1py9l1vl7s90y5kfpglhy11jswam2gcrqap09h6wb5ldnyb8cgq2"))))
+        (base32 "1npggpisqnfkc3gx7dr3pjnif7gf571z7s9g7n6vnb213353qskk"))))
     (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]