diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 20:27:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 23:27:08 +0100 |
commit | 6b7f909f1eb00849be59da387ce65b7f071e2cfa (patch) | |
tree | 5f766d3b21d844f83b43f04d452620576bbfa2d8 /gnu | |
parent | 33884385383dc9aa2179b08fc28a398918ac4df4 (diff) | |
download | patches-6b7f909f1eb00849be59da387ce65b7f071e2cfa.tar patches-6b7f909f1eb00849be59da387ce65b7f071e2cfa.tar.gz |
gnu: emacs-auctex: Update to 11.90.0.
* gnu/packages/emacs.scm (emacs-auctex): Update to 11.90.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index e44dae784d..70f26fa38d 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1130,7 +1130,7 @@ as a library for other Emacs packages.") (define-public emacs-auctex (package (name "emacs-auctex") - (version "11.88.6") + (version "11.90.0") (source (origin (method url-fetch) @@ -1140,7 +1140,7 @@ as a library for other Emacs packages.") ".tar")) (sha256 (base32 - "1pmki8hdjjikxlvip3pzi350bln3gcimr27yjf0xfwjvnp5hh9nc")))) + "04nsndwcf0dimgc2p1yzzrymc36amzdnjg0158nxplmjkzdp28gy")))) (build-system emacs-build-system) ;; We use 'emacs' because AUCTeX requires dbus at compile time ;; ('emacs-minimal' does not provide dbus). |