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

* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.1.
[propagated-inputs]: Reorder inputs alphabetically.
This commit is contained in:
Nicolas Goaziou 2022-12-28 10:24:02 +01:00
parent 392789e045
commit 07eaa781d7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -8053,7 +8053,7 @@ features:
(define-public emacs-company-math
(package
(name "emacs-company-math")
(version "1.5")
(version "1.5.1")
(source
(origin
(method git-fetch)
@ -8062,10 +8062,10 @@ features:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "010p3rhb7win6ndx3ilz2lcg69d2qyxfvpi0hcid2srzxffpwn3i"))))
(base32 "1pj10i7ml5d2spcmf8035ngcq5zc6rs3lqx09d0qj6bsghglr6j3"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-math-symbol-lists emacs-company))
(list emacs-company emacs-math-symbol-lists))
(home-page "https://github.com/vspinu/company-math")
(synopsis "Completion backends for math symbols and @code{LaTeX} tags")
(description