1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-19 00:41:28 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.2.0.
This commit is contained in:
Nicolas Goaziou
2022-02-23 10:33:17 +01:00
parent 1d7b305f30
commit b9d0e2b4a3
+2 -2
View File
@@ -27236,7 +27236,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method git-fetch)
@@ -27245,7 +27245,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "18i4zmqav5zh9qmipns9rh7vrx28xbd14ywcy009s5zd5n5z0cmi"))))
(base32 "1mnfbr312dqifsdngb29kvggfirfclc9ncaw5srd52hnwc5n0rxi"))))
(build-system emacs-build-system)
(home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)")