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

* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.5.0.

Change-Id: I43c62b818c909748ecdf48819e28786100413af1
This commit is contained in:
Maxim Cournoyer 2024-09-09 20:20:55 +09:00
parent ef428cf721
commit 0dbcb683e3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -35562,7 +35562,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.4.0") (version "4.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -35571,7 +35571,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 "1vy6wyq8hv8fih4m8m1k9n7fdp913nmv0k5g8vppnjivmnrwfswy")))) (base32 "04nr06w7zvvkk0m368pkp4pdlv6m91qnxizrvns2530prddb4c7i"))))
(native-inputs (list texinfo)) (native-inputs (list texinfo))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments