Archived
1
0
Fork 0

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:
Nicolas Goaziou 2020-06-06 15:17:22 +02:00
parent 678248f5ea
commit b68bf28c8f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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