gnu: emacs-auctex: Update to 12.2.4.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.4.
This commit is contained in:
Nicolas Goaziou 2020-07-04 00:19:23 +02:00
parent 45058d6678
commit 5b8b0c78fd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1840,14 +1840,14 @@ (define-public emacs-async
(define-public emacs-auctex
(package
(name "emacs-auctex")
(version "12.2.3")
(version "12.2.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"auctex-" version ".tar"))
(sha256
(base32 "1rbn6pghkll5apjv1fyn82v523fch9l5ksi5lnh439nq460wx1yf"))))
(base32 "1yz2h692mr35zgqwlxdq8rzv8n0jixhpaqmbiki00hlysm4zh9py"))))
(build-system emacs-build-system)
;; We use 'emacs' because AUCTeX requires dbus at compile time
;; ('emacs-minimal' does not provide dbus).