guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-rainbow-mode: Update to 1.0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-rainbow-mode: Update to 1.0.5.
Date: Thu, 30 Jul 2020 11:43:56 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f3652cf  gnu: emacs-rainbow-mode: Update to 1.0.5.
f3652cf is described below

commit f3652cfc9eb21a00a64c6cbe96db8d492591791f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 30 17:42:14 2020 +0200

    gnu: emacs-rainbow-mode: Update to 1.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.5.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f8080b6..475d94a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8054,14 +8054,14 @@ of its name.")
 (define-public emacs-rainbow-mode
   (package
     (name "emacs-rainbow-mode")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "rainbow-mode-" version ".el"))
        (sha256
-        (base32 "0rp76gix1ph1wrmdax6y2m3i9y1dmgv7ikjz8xsl5lizkygsy9cg"))))
+        (base32 "159fps843k5pap9k04a7ll1k3gw6d9c6w08lq4bbc3lqg78aa2l9"))))
     (build-system emacs-build-system)
     (home-page "https://elpa.gnu.org/packages/rainbow-mode.html";)
     (synopsis "Colorize color names in buffers")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]