diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-09 13:44:35 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-09 13:49:26 +0100 |
| commit | 84d6e780e1cf42caae8b9f9b0321267d99da4ddb (patch) | |
| tree | 2db5d6c6d58e98e9c775a4d649955f891b78f68e | |
| parent | 1e7fdebe25951760e20b5bc733d0ea95ed8c4cfe (diff) | |
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
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
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.") (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") |
