[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-modus-themes: Update to 1.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-modus-themes: Update to 1.4.0. |
Date: |
Thu, 27 May 2021 09:06:43 -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 c7e5007 gnu: emacs-modus-themes: Update to 1.4.0.
c7e5007 is described below
commit c7e5007de435af5822ab103f097970d2886d3002
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 27 15:05:29 2021 +0200
gnu: emacs-modus-themes: Update to 1.4.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.4.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 329ba42..5ddeb09 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25207,7 +25207,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "1.3.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -25216,7 +25216,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0dw33kvs6k1a933d64fnrckzhs12d8m03a31cwblm39vmirgmf6y"))))
+ (base32 "1lw3spg7r7ga8sl2pnr1snviqgbvhxayl1mm7dny720a8mgv49f0"))))
(build-system emacs-build-system)
(home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-modus-themes: Update to 1.4.0.,
guix-commits <=