[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-auctex: Update to 13.0.14.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-auctex: Update to 13.0.14. |
Date: |
Fri, 27 Aug 2021 02:19: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 70ec9d8 gnu: emacs-auctex: Update to 13.0.14.
70ec9d8 is described below
commit 70ec9d87b742b2a6ca2210b065f94cf5c40cd8a1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 27 08:18:32 2021 +0200
gnu: emacs-auctex: Update to 13.0.14.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.14.
---
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 5324404..b3cf6be 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2613,14 +2613,14 @@ as a library for other Emacs packages.")
(define-public emacs-auctex
(package
(name "emacs-auctex")
- (version "13.0.13")
+ (version "13.0.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"auctex-" version ".tar"))
(sha256
- (base32 "06cb9jphqd0nysc60b4x24zmdryljb168cw66adl7b2x7sdzpkmn"))))
+ (base32 "1gmqdcg9s6xf8kvzh1j27nbimakd5cy8pwsn0il19l026kxjimr8"))))
(build-system emacs-build-system)
;; We use 'emacs' because AUCTeX requires dbus at compile time
;; ('emacs-minimal' does not provide dbus).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-auctex: Update to 13.0.14.,
guix-commits <=