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


From: guix-commits
Subject: branch master updated: gnu: emacs-auctex: Update to 13.0.8.
Date: Fri, 23 Apr 2021 05:24:30 -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 2d95edd  gnu: emacs-auctex: Update to 13.0.8.
2d95edd is described below

commit 2d95eddf199dd9cdb6bdb938751c108386badeb4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 23 11:24:00 2021 +0200

    gnu: emacs-auctex: Update to 13.0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.8.
---
 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 0d57504..9f93a43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2299,14 +2299,14 @@ as a library for other Emacs packages.")
 (define-public emacs-auctex
   (package
     (name "emacs-auctex")
-    (version "13.0.7")
+    (version "13.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "auctex-" version ".tar"))
        (sha256
-        (base32 "02jhaahdz462ncplnmzvl0zrzsmrhir4wijfwmdrm65f36iif5pc"))))
+        (base32 "0rl85hwk91c88l1fzycyiz68v1b72l1mr32km3wk1jms8166bc2f"))))
     (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]