mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-modus-themes: Update to 4.3.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.3.0.
This commit is contained in:
parent
1de94ae941
commit
8915d468d4
1 changed files with 2 additions and 2 deletions
|
@ -33278,7 +33278,7 @@ (define-public emacs-doom-themes
|
|||
(define-public emacs-modus-themes
|
||||
(package
|
||||
(name "emacs-modus-themes")
|
||||
(version "4.2.0")
|
||||
(version "4.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33287,7 +33287,7 @@ (define-public emacs-modus-themes
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r6m2jsfn6066155pnlkdgs6dz2fdsampdhdz796z2jy53k7srsg"))))
|
||||
(base32 "12i32y7y6hcv7mqc6g7pcmxr2f54xf3vl2yavdv76643vlhay32v"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue