diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-08-27 15:34:28 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-08-27 15:34:28 +0200 |
commit | cba77ea9bd91707bfb00746876f36e5fb988b185 (patch) | |
tree | 42f5a99279f0c10a4f350f351d076d335012770a | |
parent | 3ffceba52d9ad1871850b567503a33482e996bf4 (diff) | |
download | guix-cba77ea9bd91707bfb00746876f36e5fb988b185.tar.gz |
gnu: emacs-modus-operandi-theme: Update to 0.12.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.12.0.
-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 98c1cf2729..4f1121f1cd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22292,14 +22292,14 @@ Emacs that integrate with major modes like Org-mode.") (define-public emacs-modus-operandi-theme (package (name "emacs-modus-operandi-theme") - (version "0.11.0") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "modus-operandi-theme-" version ".el")) (sha256 - (base32 "11sq105vpp8rmyayfb7h8gz099kfdr7nb8n4pg81iby4fllj1kgd")))) + (base32 "1mllyysn701qfnglxs7n2f6mrzrz55v9hcwspvafc6fl2blr393y")))) (build-system emacs-build-system) (home-page "https://gitlab.com/protesilaos/modus-themes") (synopsis "Accessible light theme (WCAG AAA)") |