me
/
guix
Archived
1
0
Fork 0

gnu: emacs-modus-vivendi-theme: Update to 0.11.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.11.0.
master
Nicolas Goaziou 2020-08-07 10:57:10 +02:00
parent 1c95006e16
commit f801ca1304
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -22164,14 +22164,14 @@ standard. This is the highest standard of its kind.")
(define-public emacs-modus-vivendi-theme
(package
(name "emacs-modus-vivendi-theme")
(version "0.10.0")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"modus-vivendi-theme-" version ".el"))
(sha256
(base32 "1kk8q5lrl69ysawnk2iymqmmcsad884kx691hjf2zdj6fskd070g"))))
(base32 "14ky9cxg9cpvhgg24ra0xla2dapqjlf948470q7v0m402x1r2iif"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/protesilaos/modus-themes")
(synopsis "Accessible dark theme (WCAG AAA)")