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


From: guix-commits
Subject: branch master updated: gnu: emacs-auctex: Update to 13.0.16.
Date: Fri, 14 Jan 2022 15:17:57 -0500

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 f0bf4332aa gnu: emacs-auctex: Update to 13.0.16.
f0bf4332aa is described below

commit f0bf4332aa7e537f60fd768204d7e01baea4a7a0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 14 21:16:43 2022 +0100

    gnu: emacs-auctex: Update to 13.0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.16.
---
 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 8480ca3d06..a7da1becff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2590,14 +2590,14 @@ as a library for other Emacs packages.")
 (define-public emacs-auctex
   (package
     (name "emacs-auctex")
-    (version "13.0.15")
+    (version "13.0.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "auctex-" version ".tar"))
        (sha256
-        (base32 "1rm8s02d1mx5sw7yj65zlr07xhimnmvqav7f45nz2h8bwka02c3c"))))
+        (base32 "1r9piq4js45knw8sf73kk8jjinmx4m2mdinc98xrklnwcffw7hjf"))))
     (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]