me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.1.0.
Nicolas Goaziou 2022-02-18 11:43:41 +01:00
parent db609c69a3
commit 8fec31f7f8
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27228,7 +27228,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
(version "2.0.0")
(version "2.1.0")
(source
(origin
(method git-fetch)
@ -27237,7 +27237,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0p1h5zpzhxkmhiczds453y6mf5xf7pbcqlijq6z8gy10dxx4jppf"))))
(base32 "18i4zmqav5zh9qmipns9rh7vrx28xbd14ywcy009s5zd5n5z0cmi"))))
(build-system emacs-build-system)
(home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes (WCAG AAA)")