gnu: emacs-auctex: Update to 12.1.0.

* gnu/packages/emacs.scm (emacs-auctex): Update to 12.1.0.
master
Kei Kebreau 2018-01-08 21:11:07 -05:00
parent 68aa384b85
commit 7f9866a312
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -1131,7 +1131,7 @@ as a library for other Emacs packages.")
(define-public emacs-auctex
(package
(name "emacs-auctex")
(version "11.91.0")
(version "12.1.0")
(source
(origin
(method url-fetch)
@ -1141,7 +1141,7 @@ as a library for other Emacs packages.")
".tar"))
(sha256
(base32
"1yh182mxgngjmwpkyv2n9km3vyq95bqfq8mnly3dbv78nwk7f2l3"))))
"0iy5x61xqkxaph2hq64sg50l1c6yp6qhzppwadayxkdz00b46sas"))))
(build-system emacs-build-system)
;; We use 'emacs' because AUCTeX requires dbus at compile time
;; ('emacs-minimal' does not provide dbus).