1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 00:55:56 +02:00

gnu: emacs-doric-themes: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-doric-themes): Update to 1.1.0.

Merges guix/guix!7419

Change-Id: I377c6a240d3cb4b705ef47c40e354aa5bc9ba550
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
kestrel
2026-03-23 13:21:42 +03:00
committed by Cayetano Santos
parent c7f144b328
commit d5ef3707a5
+2 -2
View File
@@ -9173,7 +9173,7 @@ something with a bit more flair than the Modus themes.")
(define-public emacs-doric-themes
(package
(name "emacs-doric-themes")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method git-fetch)
@@ -9182,7 +9182,7 @@ something with a bit more flair than the Modus themes.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1aqmi59lh804rqi0w5n35panqv8jxar5dx3mw25f1n8ip43lp5jc"))))
(base32 "15mmpab2nh7imdza8p4wy27x4ckfi9dnqjm5a1k9ix02d0i3b3yz"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ;no tests
(home-page "https://github.com/protesilaos/doric-themes")