This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 84d6e780e1 gnu: emacs-doric-themes: Update to 1.0.0.
84d6e780e1 is described below
commit 84d6e780e1cf42caae8b9f9b0321267d99da4ddb
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 9 13:44:35 2026 +0100
gnu: emacs-doric-themes: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-doric-themes): Update to 1.0.0.
Change-Id: Ia3ff8327104e036a071f4f0a8295cbfffe029bd2
---
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 b823b67015..2108975605 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8993,7 +8993,7 @@ something with a bit more flair than the Modus themes.")
(define-public emacs-doric-themes
(package
(name "emacs-doric-themes")
- (version "0.6.0")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -9002,7 +9002,7 @@ something with a bit more flair than the Modus themes.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17rlivkxslcj34r5vfclgbvvyj6qdymc7v62029k1cfjxayl9d8l"))))
+ (base32 "1aqmi59lh804rqi0w5n35panqv8jxar5dx3mw25f1n8ip43lp5jc"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;no tests
(home-page "https://github.com/protesilaos/doric-themes")