guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 161eab166059dc4c91f290bd11799afb79a85ca1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:47:00 2026 +0100

    gnu: emacs-doric-themes: Update to 0.6.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-doric-themes): Update to 0.6.0.
    
    Change-Id: I27025880bea65aba4d8e063d48dbe2bb525c55c0
---
 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 aab28607e9..45cd3f60ff 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9082,7 +9082,7 @@ something with a bit more flair than the Modus themes.")
 (define-public emacs-doric-themes
   (package
     (name "emacs-doric-themes")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -9091,7 +9091,7 @@ something with a bit more flair than the Modus themes.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06zhm0w3j474n190simv18rqzsfq3lsq9m7ljr3a4fswd3hvx846"))))
+        (base32 "17rlivkxslcj34r5vfclgbvvyj6qdymc7v62029k1cfjxayl9d8l"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ;no tests
     (home-page "https://github.com/protesilaos/doric-themes";)

Reply via email to