guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/53: gnu: emacs-auctex: Update to 13.2.3.


From: guix-commits
Subject: 02/53: gnu: emacs-auctex: Update to 13.2.3.
Date: Mon, 1 Jan 2024 20:25:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 2bfcb104b70306af3e21576da8986570efde847e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:25:40 2024 +0100

    gnu: emacs-auctex: Update to 13.2.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.2.3.
    
    Change-Id: Iabeb142f7fe1f5fcf925f788263c76eb0bbf1382
---
 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 a8ac238f58..51d7b88d22 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4216,14 +4216,14 @@ as a library for other Emacs packages.")
 (define-public emacs-auctex
   (package
     (name "emacs-auctex")
-    (version "13.2.2")
+    (version "13.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "auctex-" version ".tar"))
        (sha256
-        (base32 "1k8ypxp2iwg7a0m5lyk1sy5chcnmas0gs6frk6xw6k0r974f193s"))))
+        (base32 "1590g2yd8q88xgxc449fxbxwgrbjh2cbcalcs7jk50lhzy3y8mc8"))))
     (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]