mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
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:
parent
23b64fbbe1
commit
bafce38e9a
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue