mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-math-symbol-lists: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-math-symbol-lists): Update to 1.3.
This commit is contained in:
parent
d30ea0cf24
commit
fccc6f12eb
1 changed files with 17 additions and 19 deletions
|
@ -5451,26 +5451,24 @@ completion candidate when using the Company text completion framework.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-math-symbol-lists
|
(define-public emacs-math-symbol-lists
|
||||||
(let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-math-symbol-lists")
|
||||||
(package
|
(version "1.3")
|
||||||
(name "emacs-math-symbol-lists")
|
(source
|
||||||
(version (git-version "1.2.1" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/vspinu/math-symbol-lists")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/vspinu/math-symbol-lists")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "1r2i600356k8g0l53s4b5xc24flpka664i8f23zbj4h7gk1g2787"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "094m21i9rns6m59cmhxcivxxafbg52w8f8na4y3v47aq67zmhhqm"))))
|
(home-page "https://github.com/vspinu/math-symbol-lists")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Lists of Unicode math symbols and @code{LaTeX} commands")
|
||||||
(home-page "https://github.com/vspinu/math-symbol-lists")
|
(description "This is a storage package used by completion engines like
|
||||||
(synopsis "Lists of Unicode math symbols and @code{LaTeX} commands")
|
|
||||||
(description "This is a storage package used by completion engines like
|
|
||||||
@code{company-math}.")
|
@code{company-math}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-company-coq
|
(define-public emacs-company-coq
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue