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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.6.0.
This commit is contained in:
Nicolas Goaziou 2021-09-29 15:22:27 +02:00
parent a081f18e14
commit 324de089cb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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