me
/
guix
Archived
1
0
Fork 0

gnu: emacs-auctex: Update to 14.0.4.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 14.0.4.

Change-Id: Ic5ac6292a8cea7718f6a2fa4665b0099941e7188
master
Nicolas Goaziou 2024-03-18 14:28:53 +01:00
parent af7881481b
commit 34874f5516
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4369,14 +4369,14 @@ as a library for other Emacs packages.")
(define-public emacs-auctex
(package
(name "emacs-auctex")
(version "14.0.3")
(version "14.0.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"auctex-" version ".tar"))
(sha256
(base32 "1xk29nk3r7ilxk2vag3diacamqvlws7mbjk5a0iivz5y6fy7hmjc"))))
(base32 "03w6qs4f0ksb8f54zsx189775w3wdyfaqg3dwn20a77y5cvisk52"))))
(build-system emacs-build-system)
;; We use 'emacs' because AUCTeX requires dbus at compile time
;; ('emacs-minimal' does not provide dbus).