guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-auctex: Update to 12.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-auctex: Update to 12.2.2.
Date: Sun, 24 May 2020 16:37:11 -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 cf0abc2  gnu: emacs-auctex: Update to 12.2.2.
cf0abc2 is described below

commit cf0abc23e8c8bb444f2f466434827ef068465ad8
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun May 24 22:37:03 2020 +0200

    gnu: emacs-auctex: Update to 12.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.2.
---
 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 fe68a56..18c1974 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1758,14 +1758,14 @@ as a library for other Emacs packages.")
 (define-public emacs-auctex
   (package
     (name "emacs-auctex")
-    (version "12.2.0")
+    (version "12.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/auctex-";
                            version ".tar"))
        (sha256
-        (base32 "0j919l3q5sq6h1k1kmk4kyv0vkzl4f98fxcd64v34x5q1ahjhg48"))))
+        (base32 "1map25xn7r28aldhcz9n8pbfk2l3gvnxx8hgih3ax8hyvnfi6brh"))))
     (build-system emacs-build-system)
     ;; We use 'emacs' because AUCTeX requires dbus at compile time
     ;; ('emacs-minimal' does not provide dbus).



reply via email to

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