gnu: emacs-modus-themes: Update to 4.3.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.3.0.master
parent
1de94ae941
commit
8915d468d4
|
@ -33278,7 +33278,7 @@ Emacs that integrate with major modes like Org-mode.")
|
||||||
(define-public emacs-modus-themes
|
(define-public emacs-modus-themes
|
||||||
(package
|
(package
|
||||||
(name "emacs-modus-themes")
|
(name "emacs-modus-themes")
|
||||||
(version "4.2.0")
|
(version "4.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -33287,7 +33287,7 @@ Emacs that integrate with major modes like Org-mode.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r6m2jsfn6066155pnlkdgs6dz2fdsampdhdz796z2jy53k7srsg"))))
|
(base32 "12i32y7y6hcv7mqc6g7pcmxr2f54xf3vl2yavdv76643vlhay32v"))))
|
||||||
(native-inputs (list texinfo))
|
(native-inputs (list texinfo))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue