gnu: emacs-modus-themes: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 0.6.0.master
parent
8e1f5aaba2
commit
45a2636a0b
|
@ -20352,7 +20352,7 @@ Emacs that integrate with major modes like Org-mode.")
|
||||||
(define-public emacs-modus-themes
|
(define-public emacs-modus-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-modus-themes")
|
(name "emacs-modus-themes")
|
||||||
(version "0.4.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20361,7 +20361,7 @@ Emacs that integrate with major modes like Org-mode.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c4y3y9mjf6x2b9087fk6nkxvgvm9f5l1p2vdwqny80vp4krsb8r"))))
|
(base32 "15z6qq0b0npp7hscmh04i3mi10bynzdy52fv2b160nji264zvcwa"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/protesilaos/modus-themes")
|
(home-page "https://gitlab.com/protesilaos/modus-themes")
|
||||||
(synopsis "Emacs themes designed for colour-contrast accessibility")
|
(synopsis "Emacs themes designed for colour-contrast accessibility")
|
||||||
|
|
Reference in New Issue