mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-auctex: Update to 12.2.0.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.0.
This commit is contained in:
parent
1854a0ecd4
commit
6cf5dcfe43
1 changed files with 4 additions and 7 deletions
|
@ -1580,17 +1580,14 @@ (define-public emacs-async
|
|||
(define-public emacs-auctex
|
||||
(package
|
||||
(name "emacs-auctex")
|
||||
(version "12.1.2")
|
||||
(version "12.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://elpa.gnu.org/packages/auctex-"
|
||||
version
|
||||
".tar"))
|
||||
(uri (string-append "https://elpa.gnu.org/packages/auctex-"
|
||||
version ".tar"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yibg2anpmyr2a27wm4xqjsvsi9km2jzb56bf7cwyj8dnjfsd11n"))))
|
||||
(base32 "0j919l3q5sq6h1k1kmk4kyv0vkzl4f98fxcd64v34x5q1ahjhg48"))))
|
||||
(build-system emacs-build-system)
|
||||
;; We use 'emacs' because AUCTeX requires dbus at compile time
|
||||
;; ('emacs-minimal' does not provide dbus).
|
||||
|
|
Loading…
Reference in a new issue