gnu: emacs-rainbow-mode: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.4.
This commit is contained in:
parent
678248f5ea
commit
b68bf28c8f
1 changed files with 9 additions and 9 deletions
|
@ -7512,20 +7512,20 @@ of its name.")
|
||||||
(define-public emacs-rainbow-mode
|
(define-public emacs-rainbow-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-rainbow-mode")
|
(name "emacs-rainbow-mode")
|
||||||
(version "1.0.2")
|
(version "1.0.4")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method url-fetch)
|
||||||
"https://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
(sha256
|
"rainbow-mode-" version ".el"))
|
||||||
(base32
|
(sha256
|
||||||
"1zfqj63sr07pdlwy7caz4fxsjhmbhh939n81z6jxq9xggm8ajxkd"))))
|
(base32 "0rp76gix1ph1wrmdax6y2m3i9y1dmgv7ikjz8xsl5lizkygsy9cg"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/rainbow-mode.html")
|
(home-page "https://elpa.gnu.org/packages/rainbow-mode.html")
|
||||||
(synopsis "Colorize color names in buffers")
|
(synopsis "Colorize color names in buffers")
|
||||||
(description
|
(description
|
||||||
"This minor mode sets background color to strings that match color
|
"This minor mode sets background color to strings that match color
|
||||||
names, e.g. #0000ff is displayed in white with a blue background.")
|
names, e.g., @samp{#0000ff} is displayed in white with a blue background.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ryo-modal
|
(define-public emacs-ryo-modal
|
||||||
|
|
Reference in a new issue