guix-commits
[Top][All Lists]
Advanced

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

21/25: gnu: emacs-solaire-mode: Update to 2.0.5.


From: guix-commits
Subject: 21/25: gnu: emacs-solaire-mode: Update to 2.0.5.
Date: Tue, 30 Apr 2024 13:17:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit cb3830baefb7b46a999e63779e85da634ac8859a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 19:05:09 2024 +0200

    gnu: emacs-solaire-mode: Update to 2.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.5.
    
    Change-Id: Icabf28459e1ae6ffa457d051ab6774e291e277c8
---
 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 aacd014077..75f7c3ff01 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12029,7 +12029,7 @@ single theme but a set of guidelines with numerous 
implementations.")
 (define-public emacs-solaire-mode
   (package
     (name "emacs-solaire-mode")
-    (version "2.0.4")
+    (version "2.0.5")
     (source
      (origin
        (method git-fetch)
@@ -12038,7 +12038,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 "1lkm09wznal0grpz61ikc77mjrri1x1bi79qwyf1cah9s0wv3isq"))))
+        (base32 "164qqzmj1321rkvpiwpr5xnm1nbniibjkymfw5az32m2acdwk52j"))))
     (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]