me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.3.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -19877,7 +19877,7 @@ Emacs that integrate with major modes like Org-mode.")
(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 @@ Emacs that integrate with major modes like Org-mode.")
(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")