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


From: guix-commits
Subject: branch master updated: gnu: emacs-auctex: Update to 13.0.9.
Date: Mon, 26 Apr 2021 05:54:31 -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 4540294  gnu: emacs-auctex: Update to 13.0.9.
4540294 is described below

commit 454029482c66c39fe24ffaf64001a94103f0653b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 26 11:53:27 2021 +0200

    gnu: emacs-auctex: Update to 13.0.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.9.
---
 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 d3eaa3b..83f6a4d 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.8")
+    (version "13.0.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "auctex-" version ".tar"))
        (sha256
-        (base32 "0rl85hwk91c88l1fzycyiz68v1b72l1mr32km3wk1jms8166bc2f"))))
+        (base32 "0lq9l3aw9irw38ii3m59wgnizwhksq879fhdlq7m8yv34ndvs8x9"))))
     (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]