mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: emacs-modus-themes: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.0.0.
This commit is contained in:
parent
6445f412b9
commit
2a4b41cc08
1 changed files with 2 additions and 2 deletions
|
@ -26357,7 +26357,7 @@ (define-public emacs-doom-themes
|
||||||
(define-public emacs-modus-themes
|
(define-public emacs-modus-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-modus-themes")
|
(name "emacs-modus-themes")
|
||||||
(version "1.7.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -26366,7 +26366,7 @@ (define-public emacs-modus-themes
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06i2jsy7vigydci4261nfnh668rl5zrcss5icwxlqii928dkmy8y"))))
|
(base32 "0p1h5zpzhxkmhiczds453y6mf5xf7pbcqlijq6z8gy10dxx4jppf"))))
|
||||||
(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)")
|
||||||
|
|
Loading…
Reference in a new issue