Archived
1
0
Fork 0

gnu: emacs-modus-themes: Update to 1.2.3.

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 1.2.3.
This commit is contained in:
Nicolas Goaziou 2021-03-06 11:21:40 +01:00
parent 090456dacb
commit eab6776ecd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24350,7 +24350,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes (define-public emacs-modus-themes
(package (package
(name "emacs-modus-themes") (name "emacs-modus-themes")
(version "1.1.1") (version "1.2.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24359,7 +24359,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1n716nasa1pccz7983kicagc9sqnxlyfmflvifqk4kza2ks0rh9m")))) (base32 "1l392hz6zs6wg06x2zxnk7s0h5cpmvbkcynh68gjmqjj84l7mqrk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://protesilaos.com/modus-themes/") (home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)") (synopsis "Accessible themes (WCAG AAA)")