[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/36: gnu: emacs-auctex: Update to 13.3.0.
From: |
guix-commits |
Subject: |
07/36: gnu: emacs-auctex: Update to 13.3.0. |
Date: |
Sun, 21 Jan 2024 18:23:52 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 8aa6b3a617b7b0c0f862ee8ca5729c72f0e91690
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:16:28 2024 +0100
gnu: emacs-auctex: Update to 13.3.0.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.3.0.
Change-Id: I174022a198a5ce12e7cb8a9fe0e290ae7b8031db
---
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 c6acb8c6f6..5537fb6503 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4290,14 +4290,14 @@ as a library for other Emacs packages.")
(define-public emacs-auctex
(package
(name "emacs-auctex")
- (version "13.2.3")
+ (version "13.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"auctex-" version ".tar"))
(sha256
- (base32 "1590g2yd8q88xgxc449fxbxwgrbjh2cbcalcs7jk50lhzy3y8mc8"))))
+ (base32 "09yc9242xya2by8z72899li7zc9g23bb8j8m30kbvivynmdfhzkf"))))
(build-system emacs-build-system)
;; We use 'emacs' because AUCTeX requires dbus at compile time
;; ('emacs-minimal' does not provide dbus).
- branch master updated (e775f704c8 -> 9e9c1613dd), guix-commits, 2024/01/21
- 07/36: gnu: emacs-auctex: Update to 13.3.0.,
guix-commits <=
- 05/36: gnu: Add emacs-org-glossary., guix-commits, 2024/01/21
- 04/36: gnu: Add emacs-ox-tufte., guix-commits, 2024/01/21
- 03/36: gnu: Add emacs-golden-ratio., guix-commits, 2024/01/21
- 08/36: gnu: emacs-debbugs: Update to 0.38., guix-commits, 2024/01/21
- 10/36: gnu: emacs-csv-mode: Update to 1.23., guix-commits, 2024/01/21
- 02/36: gnu: emacs-org: Update to 9.6.17., guix-commits, 2024/01/21
- 06/36: gnu: emacs-helm-make: Update to 0.2.0-0.ebd71e8., guix-commits, 2024/01/21
- 09/36: gnu: emacs-orgalist: Update to 1.14., guix-commits, 2024/01/21
- 12/36: gnu: emacs-ebdb: Update to 0.8.22., guix-commits, 2024/01/21
- 01/36: gnu: Add emacs-flexoki-themes., guix-commits, 2024/01/21