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

* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.4.
[synopsis]: Slightly shorten it.
[description]: Use proper capitalization.
This commit is contained in:
Nicolas Goaziou 2021-01-06 13:51:27 +01:00
parent 3be86365b3
commit 5f0cc5f9fb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is> ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
@ -5402,30 +5402,28 @@ features:
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-company-math (define-public emacs-company-math
(let ((commit "600e49449644f6835f9dc3501bc58461999e8ab9") (package
(revision "1")) (name "emacs-company-math")
(package (version "1.4")
(name "emacs-company-math") (source
(version (git-version "1.3" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/vspinu/company-math")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/vspinu/company-math") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32 "1y1fw926insgdl7ib9ynxjrxf3p6wfjkfxvf5vgdca7267cvcll1"))))
(sha256 (build-system emacs-build-system)
(base32 (propagated-inputs
"1ps2lpkzn8mjbpcbvvy1qz3xbgrh6951x8y9bsd1fm32drdph9lh")))) `(("emacs-math-symbol-lists" ,emacs-math-symbol-lists)
(build-system emacs-build-system) ("emacs-company" ,emacs-company)))
(propagated-inputs (home-page "https://github.com/vspinu/company-math")
`(("emacs-math-symbol-lists" ,emacs-math-symbol-lists) (synopsis "Completion backends for math symbols and @code{LaTeX} tags")
("emacs-company" ,emacs-company))) (description
(home-page "https://github.com/vspinu/company-math") "This package provides a backend for use with Company mode allowing for
(synopsis "Completion backends for Unicode math symbols and @code{LaTeX} tags") completion of common math symbols.")
(description "This package provides a backend for use with (license license:gpl3+)))
@code{company-mode} allowing for completion of common math symbols.")
(license license:gpl3+))))
(define-public emacs-compdef (define-public emacs-compdef
(let ((commit "67104a38763cc819644f711248b170a43bce151b") (let ((commit "67104a38763cc819644f711248b170a43bce151b")