3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.4.0.
This commit is contained in:
Nicolas Goaziou 2020-01-26 23:56:25 +01:00
parent 435c2c39aa
commit 753c9b7c19
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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