gnu: emacs-solarized-theme: Update to 2.0.4.

* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Update to 2.0.4.

Change-Id: I70c14db16bdb0c5a892199793a77abe8401c7c67
This commit is contained in:
Nicolas Goaziou 2024-01-04 11:39:54 +01:00
parent 2e8dba6c6c
commit 2b8317dad6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -11321,7 +11321,7 @@ variants.")
(define-public emacs-solarized-theme (define-public emacs-solarized-theme
(package (package
(name "emacs-solarized-theme") (name "emacs-solarized-theme")
(version "2.0.3") (version "2.0.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11330,7 +11330,7 @@ variants.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm")))) (base32 "18z36nzyh4dsd8igys37x0r3lnav77fvjrkxv48v3yjsrwli19gl"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash)) (list emacs-dash))