1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: emacs-auctex: Update to 11.91.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Oleg Pykhalov
2017-07-28 18:52:34 +03:00
committed by Ludovic Courtès
parent 1f88f189eb
commit 32c4a5060e

View File

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