mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-auctex: Update to 14.0.8.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 14.0.8. Change-Id: I5f86698979bf1403287a615603a360467cea3452
This commit is contained in:
parent
24efd83fa4
commit
38d595e21f
1 changed files with 2 additions and 2 deletions
|
@ -4821,14 +4821,14 @@ as a library for other Emacs packages.")
|
|||
(define-public emacs-auctex
|
||||
(package
|
||||
(name "emacs-auctex")
|
||||
(version "14.0.7")
|
||||
(version "14.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"auctex-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1m71jr853b4d713z1k4jj73c8ba4753hv8nighx62razgmpn4ci8"))))
|
||||
(base32 "0bcjkbwhbkmm0r7pbh44j7vw9b39g2iw1jgw4sq54qp7387j6lmy"))))
|
||||
(build-system emacs-build-system)
|
||||
;; We use 'emacs' because AUCTeX requires dbus at compile time
|
||||
;; ('emacs-minimal' does not provide dbus).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue