guix-commits
[Top][All Lists]
Advanced

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

54/63: gnu: emacs-solaire-mode: Update to 1.1.5.


From: guix-commits
Subject: 54/63: gnu: emacs-solaire-mode: Update to 1.1.5.
Date: Sat, 29 May 2021 10:17:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b1f613fb17bfd862c458e54176fa8a268d642217
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:08:36 2021 +0200

    gnu: emacs-solaire-mode: Update to 1.1.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 1.1.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 48a43e0..3e7a527 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7602,7 +7602,7 @@ single theme but a set of guidelines with numerous 
implementations.")
 (define-public emacs-solaire-mode
   (package
     (name "emacs-solaire-mode")
-    (version "1.0.9")
+    (version "1.1.5")
     (source
      (origin
        (method git-fetch)
@@ -7611,7 +7611,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 "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg"))))
+        (base32 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
     (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]