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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.0.0.
This commit is contained in:
Nicolas Goaziou 2021-12-26 22:59:05 +01:00
parent 6445f412b9
commit 2a4b41cc08
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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