summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b823b670152..2108975605d 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.")
8993(define-public emacs-doric-themes 8993(define-public emacs-doric-themes
8994 (package 8994 (package
8995 (name "emacs-doric-themes") 8995 (name "emacs-doric-themes")
8996 (version "0.6.0") 8996 (version "1.0.0")
8997 (source 8997 (source
8998 (origin 8998 (origin
8999 (method git-fetch) 8999 (method git-fetch)
@@ -9002,7 +9002,7 @@ something with a bit more flair than the Modus themes.")
9002 (commit version))) 9002 (commit version)))
9003 (file-name (git-file-name name version)) 9003 (file-name (git-file-name name version))
9004 (sha256 9004 (sha256
9005 (base32 "17rlivkxslcj34r5vfclgbvvyj6qdymc7v62029k1cfjxayl9d8l")))) 9005 (base32 "1aqmi59lh804rqi0w5n35panqv8jxar5dx3mw25f1n8ip43lp5jc"))))
9006 (build-system emacs-build-system) 9006 (build-system emacs-build-system)
9007 (arguments (list #:tests? #f)) ;no tests 9007 (arguments (list #:tests? #f)) ;no tests
9008 (home-page "https://github.com/protesilaos/doric-themes") 9008 (home-page "https://github.com/protesilaos/doric-themes")