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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.3.0.
This commit is contained in:
Nicolas Goaziou 2019-12-30 21:27:43 +01:00
parent 8caa5d7a53
commit a88970fe1a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19877,7 +19877,7 @@ (define-public emacs-doom-themes
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
(version "0.1.0")
(version "0.3.0")
(source
(origin
(method git-fetch)
@ -19887,7 +19887,7 @@ (define-public emacs-modus-themes
(file-name (git-file-name name version))
(sha256
(base32
"15g63675c5df2p0kk2sqj2c8qriyh69lcbggknqlaxapr13giz4x"))))
"1xrrjhpdxi9bgx877gvq8xrc2ph5qp9y5j3ssdphy333x9km1px1"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/protesilaos/modus-themes")
(synopsis "Emacs themes designed for colour-contrast accessibility")