gnu: emacs-modus-vivendi-theme: Update to 0.12.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.12.0.master
parent
cba77ea9bd
commit
ad476912b6
|
@ -22313,14 +22313,14 @@ standard. This is the highest standard of its kind.")
|
||||||
(define-public emacs-modus-vivendi-theme
|
(define-public emacs-modus-vivendi-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-modus-vivendi-theme")
|
(name "emacs-modus-vivendi-theme")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"modus-vivendi-theme-" version ".el"))
|
"modus-vivendi-theme-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14ky9cxg9cpvhgg24ra0xla2dapqjlf948470q7v0m402x1r2iif"))))
|
(base32 "01f6z5xjnmki1k9m83jwva42lxidb31pdpwm4wpxjzxqmb96picn"))))
|
||||||
(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 "Accessible dark theme (WCAG AAA)")
|
(synopsis "Accessible dark theme (WCAG AAA)")
|
||||||
|
|
Reference in New Issue