gnu: emacs-modus-themes: Update to 1.7.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.7.0.
This commit is contained in:
Nicolas Goaziou 2021-11-19 09:51:13 +01:00
parent 188e3e2e68
commit 59a22fcc91
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26769,7 +26769,7 @@ (define-public emacs-doom-themes
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
(version "1.6.0")
(version "1.7.0")
(source
(origin
(method git-fetch)
@ -26778,7 +26778,7 @@ (define-public emacs-modus-themes
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0fkj5as1lx6q7n6iny9x5hhhswfgg9f5ky3d82832hrq5a1jc0mg"))))
(base32 "06i2jsy7vigydci4261nfnh668rl5zrcss5icwxlqii928dkmy8y"))))
(build-system emacs-build-system)
(home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)")