guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-solaire-mode: Update to 2.0.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-solaire-mode: Update to 2.0.2.
Date: Thu, 29 Jul 2021 03:45:26 -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 3a59d72  gnu: emacs-solaire-mode: Update to 2.0.2.
3a59d72 is described below

commit 3a59d722c1d161fa6f742435fb9640808c00e4f3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 29 09:44:57 2021 +0200

    gnu: emacs-solaire-mode: Update to 2.0.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.2.
---
 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 db4262b..417a586 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8002,7 +8002,7 @@ single theme but a set of guidelines with numerous 
implementations.")
 (define-public emacs-solaire-mode
   (package
     (name "emacs-solaire-mode")
-    (version "2.0.0")
+    (version "2.0.2")
     (source
      (origin
        (method git-fetch)
@@ -8011,7 +8011,7 @@ single theme but a set of guidelines with numerous 
implementations.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0aigavrqfi2dy4q5vrfs48n5k7839gqnafq7mp14cmcbrzcwadrd"))))
+        (base32 "01c1lkr21y0cd6gixzd38mql89k70jn049jr0xhazgz16cnw1g7j"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/hlissner/emacs-solaire-mode";)
     (synopsis "Change background of file-visiting buffers in Emacs")



reply via email to

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