me
/
guix
Archived
1
0
Fork 0

gnu: emacs-auctex: Update to 12.2.5.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.5.
master
Nicolas Goaziou 2020-09-26 11:25:39 +02:00
parent c9f70031b3
commit 22b12e3ec2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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