me
/
guix
Archived
1
0
Fork 0

gnu: emacs-auctex: Update to 13.1.6.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.6.
master
Nicolas Goaziou 2022-11-19 10:07:33 +01:00
parent 347733bcde
commit 9be7ffa5b4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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