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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.6.0.
This commit is contained in:
Nicolas Goaziou 2020-03-02 21:37:15 +01:00
parent 8e1f5aaba2
commit 45a2636a0b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20352,7 +20352,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
(version "0.4.0")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -20361,7 +20361,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0c4y3y9mjf6x2b9087fk6nkxvgvm9f5l1p2vdwqny80vp4krsb8r"))))
(base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/protesilaos/modus-themes")
(synopsis "Emacs themes designed for colour-contrast accessibility")