guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: emacs-rainbow-mode: Update to 1.0.6.


From: guix-commits
Subject: 10/10: gnu: emacs-rainbow-mode: Update to 1.0.6.
Date: Sat, 11 Jun 2022 21:59:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 75eae3fd78abe3037b0e831958cfa667cc87f0b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:00 2022 +0200

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c794a0ead..26a970bb54 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11286,14 +11286,14 @@ of its name.")
 (define-public emacs-rainbow-mode
   (package
     (name "emacs-rainbow-mode")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
-                           "rainbow-mode-" version ".el"))
+                           "rainbow-mode-" version ".tar"))
        (sha256
-        (base32 "159fps843k5pap9k04a7ll1k3gw6d9c6w08lq4bbc3lqg78aa2l9"))))
+        (base32 "04v73cm1cap19vwc8lqsw0rmfr9v7r3swc4wgxnk9dnzxi9j2527"))))
     (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]