mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-modus-themes: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.1.0.
This commit is contained in:
parent
db609c69a3
commit
8fec31f7f8
1 changed files with 2 additions and 2 deletions
|
@ -27228,7 +27228,7 @@ (define-public emacs-doom-themes
|
|||
(define-public emacs-modus-themes
|
||||
(package
|
||||
(name "emacs-modus-themes")
|
||||
(version "2.0.0")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27237,7 +27237,7 @@ (define-public emacs-modus-themes
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0p1h5zpzhxkmhiczds453y6mf5xf7pbcqlijq6z8gy10dxx4jppf"))))
|
||||
(base32 "18i4zmqav5zh9qmipns9rh7vrx28xbd14ywcy009s5zd5n5z0cmi"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://protesilaos.com/modus-themes/")
|
||||
(synopsis "Accessible themes (WCAG AAA)")
|
||||
|
|
Loading…
Reference in a new issue