[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-modus-themes: Update to 1.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-modus-themes: Update to 1.1.1. |
Date: |
Thu, 28 Jan 2021 08:09:48 -0500 |
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 4e89e8b gnu: emacs-modus-themes: Update to 1.1.1.
4e89e8b is described below
commit 4e89e8b5dd762a510544d305d46c166cefe06266
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Wed Jan 27 22:10:57 2021 -0500
gnu: emacs-modus-themes: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.1.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 48a0b2a..a34e313 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24017,7 +24017,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "1.0.2")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -24026,7 +24026,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1v82payjgx8z0qdklsrkim7xkb6hqrbs34d5qpq0sii43jwhiy5j"))))
+ (base32 "1n716nasa1pccz7983kicagc9sqnxlyfmflvifqk4kza2ks0rh9m"))))
(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.1.1.,
guix-commits <=