[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-solaire-mode: Update to 2.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-solaire-mode: Update to 2.0.0. |
Date: |
Mon, 31 May 2021 15:37:44 -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 93744e4 gnu: emacs-solaire-mode: Update to 2.0.0.
93744e4 is described below
commit 93744e470b26a88e6167d3a1a8d3fc1a7c34d4aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 31 21:37:15 2021 +0200
gnu: emacs-solaire-mode: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.0.
---
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 d2276c1..a93e83c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7624,7 +7624,7 @@ single theme but a set of guidelines with numerous
implementations.")
(define-public emacs-solaire-mode
(package
(name "emacs-solaire-mode")
- (version "1.1.5")
+ (version "2.0.0")
(source
(origin
(method git-fetch)
@@ -7633,7 +7633,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 "1l2w06w8b904h55xchs3dnjm4ry7xnpmyc4fg2vvrw1hr69q6mda"))))
+ (base32 "0aigavrqfi2dy4q5vrfs48n5k7839gqnafq7mp14cmcbrzcwadrd"))))
(build-system emacs-build-system)
(home-page "https://github.com/hlissner/emacs-solaire-mode")
(synopsis "Change background of file-visiting buffers in Emacs")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-solaire-mode: Update to 2.0.0.,
guix-commits <=