gnu: emacs-xterm-color: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
This commit is contained in:
parent
84a0c6ff63
commit
c3ceeb93c2
|
@ -17884,27 +17884,24 @@ commands in @code{evil-mode}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-xterm-color
|
(define-public emacs-xterm-color
|
||||||
(let ((commit "a452ab38a7cfae97078062ff8885b5d74fd1e5a6")
|
(package
|
||||||
(version "1.8")
|
(name "emacs-xterm-color")
|
||||||
(revision "1"))
|
(version "1.9")
|
||||||
(package
|
(source (origin
|
||||||
(name "emacs-xterm-color")
|
(method git-fetch)
|
||||||
(version (git-version version revision commit))
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://github.com/atomontage/xterm-color.git")
|
||||||
(method git-fetch)
|
(commit version)))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/atomontage/xterm-color.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(sha256
|
"0i9ivc5xhl5y5v0l18kbhfg8s2abb9zaimyx951b8bc0f5as68xm"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i"))
|
(home-page "https://github.com/atomontage/xterm-color")
|
||||||
(file-name (git-file-name name version))))
|
(synopsis "ANSI & xterm-256 color text property translator for Emacs")
|
||||||
(build-system emacs-build-system)
|
(description "@code{xterm-color.el} is an ANSI control sequence to
|
||||||
(home-page "https://github.com/atomontage/xterm-color")
|
|
||||||
(synopsis "ANSI & xterm-256 color text property translator for Emacs")
|
|
||||||
(description "@code{xterm-color.el} is an ANSI control sequence to
|
|
||||||
text-property translator.")
|
text-property translator.")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public emacs-org-noter
|
(define-public emacs-org-noter
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue