mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-modus-themes: Update to 4.6.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.6.0. Change-Id: Ieeac4ac901b35af764c3b10d2d559895ba09c770
This commit is contained in:
parent
08b0f13783
commit
f566b5c076
1 changed files with 2 additions and 2 deletions
|
@ -36328,7 +36328,7 @@ (define-public emacs-doom-themes
|
|||
(define-public emacs-modus-themes
|
||||
(package
|
||||
(name "emacs-modus-themes")
|
||||
(version "4.5.0")
|
||||
(version "4.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -36337,7 +36337,7 @@ (define-public emacs-modus-themes
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04nr06w7zvvkk0m368pkp4pdlv6m91qnxizrvns2530prddb4c7i"))))
|
||||
(base32 "05vzbjhas9a4zapjk2d57a6ljabf2q24d9c1zxncyff8kyimzkq2"))))
|
||||
(native-inputs (list texinfo))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue