1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Cayetano Santos
2026-02-09 13:44:35 +01:00
parent 1e7fdebe25
commit 84d6e780e1

View File

@@ -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")