gnu: emacs-company-math: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.
This commit is contained in:
Nicolas Goaziou 2022-12-10 09:05:27 +01:00
parent 23b64fbbe1
commit bafce38e9a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7945,7 +7945,7 @@ (define-public emacs-company-coq
(define-public emacs-company-math
(package
(name "emacs-company-math")
(version "1.4")
(version "1.5")
(source
(origin
(method git-fetch)
@ -7954,7 +7954,7 @@ (define-public emacs-company-math
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1y1fw926insgdl7ib9ynxjrxf3p6wfjkfxvf5vgdca7267cvcll1"))))
(base32 "010p3rhb7win6ndx3ilz2lcg69d2qyxfvpi0hcid2srzxffpwn3i"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-math-symbol-lists emacs-company))