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 @@ (define-public emacs-moe-theme-el
(define-public emacs-solarized-theme
(package
(name "emacs-solarized-theme")
(version "2.0.3")
(version "2.0.4")
(source
(origin
(method git-fetch)
@ -11330,7 +11330,7 @@ (define-public emacs-solarized-theme
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0mip5da7glzylmagxkmi2f68i19phbbzn72vh3jd3w76labcvbzm"))))
(base32 "18z36nzyh4dsd8igys37x0r3lnav77fvjrkxv48v3yjsrwli19gl"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))