gnu: emacs-cdlatex: Update to 4.18.5.

* gnu/packages/emacs-xyz.scm (emacs-cdlatex): Update to 4.18.5.

Change-Id: I72b8c4ab05f9aa8a3500481269d6ea505b619032
This commit is contained in:
Nicolas Goaziou 2025-03-07 10:20:15 +01:00
parent b02aa27348
commit ec687c428c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20751,18 +20751,19 @@ conversion for Emacs Lisp.")
(license license:gpl2+)))
(define-public emacs-cdlatex
(let ((commit "fac070f0164ac9f5859cb4cccba7d29a65c337f3")) ;version bump
(package
(name "emacs-cdlatex")
(version "4.7")
(version "4.18.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/cdominik/cdlatex")
(commit version)))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
(base32 "1851nf6bghgzh9nbv8x92yzgdc9rl2jiiwqw2kpninr5myk7fh9y"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-auctex))
@ -20774,7 +20775,7 @@ insertion of environment templates and math in LaTeX. Similar
commands are also offered as part of the AUCTeX package, but it is not
the same - CDLaTeX focuses on speediness for inserting LaTeX
constructs.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-cnfonts
(package