me
/
guix
Archived
1
0
Fork 0

gnu: emacs-modus-operandi-theme: Update to 0.9.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.9.0.
master
Nicolas Goaziou 2020-06-04 23:24:06 +02:00
parent 20a9d2f280
commit e6d9e055ec
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -21447,14 +21447,14 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-operandi-theme (define-public emacs-modus-operandi-theme
(package (package
(name "emacs-modus-operandi-theme") (name "emacs-modus-operandi-theme")
(version "0.8.1") (version "0.9.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-operandi-theme-" version ".el")) "modus-operandi-theme-" version ".el"))
(sha256 (sha256
(base32 "0i8s6blkhx53m1jk1bblqs7fwlbn57xkxxhsp9famcj5m0xyfimb")))) (base32 "0wzwhzpw5g719xxz58v5bjqb8gdz1xzqwxslgm9cng4y3hwy3igh"))))
(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 light theme (WCAG AAA)") (synopsis "Accessible light theme (WCAG AAA)")