gnu: emacs-xterm-color: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 2.0.
This commit is contained in:
Nicolas Goaziou 2021-01-06 18:28:39 +01:00
parent 1482996336
commit 206359a788
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23090,16 +23090,16 @@ work.")
(define-public emacs-xterm-color (define-public emacs-xterm-color
(package (package
(name "emacs-xterm-color") (name "emacs-xterm-color")
(version "1.9") (version "2.0")
(source (origin (source
(origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/atomontage/xterm-color") (url "https://github.com/atomontage/xterm-color")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "127lq50q62x06kd1xrf8lyc4rkqbfhfy86gsx1x4x169am2xk397"))))
"0i9ivc5xhl5y5v0l18kbhfg8s2abb9zaimyx951b8bc0f5as68xm"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/atomontage/xterm-color") (home-page "https://github.com/atomontage/xterm-color")
(synopsis "ANSI & xterm-256 color text property translator for Emacs") (synopsis "ANSI & xterm-256 color text property translator for Emacs")