gnu: emacs-auctex: Update to 12.1.2.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.1.2.
master
Nicolas Goaziou 2019-05-10 19:23:37 +02:00
parent de1206dc5f
commit 7a9158f83e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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