diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-29 21:33:41 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-29 21:33:41 +0200 |
commit | e9f9f4df0d8d5403287c488bceed60bfd22095fd (patch) | |
tree | d2074aaf5cb4b186f8c62eb000a3176c422eca5b /gnu | |
parent | 6ebf300959a58fd1eda875205c75d21137862285 (diff) | |
download | guix-e9f9f4df0d8d5403287c488bceed60bfd22095fd.tar.gz guix-e9f9f4df0d8d5403287c488bceed60bfd22095fd.zip |
gnu: emacs-modus-operandi-theme: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.10.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 892182a42b..1a1c805ad7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21610,14 +21610,14 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-operandi-theme (package (name "emacs-modus-operandi-theme") - (version "0.9.0") + (version "0.10.0") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "modus-operandi-theme-" version ".el")) (sha256 - (base32 "0wzwhzpw5g719xxz58v5bjqb8gdz1xzqwxslgm9cng4y3hwy3igh")))) + (base32 "1r6dkfdd967zw1nw58nlw7y1r9x8lcbr5gvjfbcbrw0agh87wb40")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Accessible light theme (WCAG AAA)") |