[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0.
From: |
Dimos Dimakakos |
Subject: |
[bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0. |
Date: |
Fri, 3 Apr 2020 12:59:02 +0300 |
From: Dimakakos Dimos <address@hidden>
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.7.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 782d8650dd..90d0ecbd83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20278,7 +20278,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -20287,7 +20287,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa"))))
+ (base32 "0nw3jlx2h9127y9b8mmyrps9jyvr33yz2dr9q33j9fll1b8wapn0"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/protesilaos/modus-themes")
(synopsis "Emacs themes designed for colour-contrast accessibility")
--
2.26.0
[bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes, Dimakis Dimakakos, 2020/04/03