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.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-solaire-mode: Update to 2.0.3.
Date: Mon, 27 Sep 2021 17:10:33 -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 6f6498f  gnu: emacs-solaire-mode: Update to 2.0.3.
6f6498f is described below

commit 6f6498f1e27fdd9f626365fd6fd071801f301926
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Sep 27 23:08:48 2021 +0200

    gnu: emacs-solaire-mode: Update to 2.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
---
 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 56d3af4..b04020e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8150,7 +8150,7 @@ single theme but a set of guidelines with numerous 
implementations.")
 (define-public emacs-solaire-mode
   (package
     (name "emacs-solaire-mode")
-    (version "2.0.2")
+    (version "2.0.3")
     (source
      (origin
        (method git-fetch)
@@ -8159,7 +8159,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 "01c1lkr21y0cd6gixzd38mql89k70jn049jr0xhazgz16cnw1g7j"))))
+        (base32 "0wq5ckwx3wv4c4l8f9hz3ak6v5wy4lg5yh8xlsgn1h1x6yf8afpp"))))
     (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]