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

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

Change-Id: I0c51021df9f23c59df64daabd49b4cb16f24f8de
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:28:54 +01:00
parent eaaf72477d
commit 2e81b8145b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12911,7 +12911,7 @@ extensive face definitions than the \"official\" Emacs variant.")
(define-public emacs-solarized-theme
(package
(name "emacs-solarized-theme")
(version "2.0.4")
(version "2.0.5")
(source
(origin
(method git-fetch)
@ -12920,7 +12920,7 @@ extensive face definitions than the \"official\" Emacs variant.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "18z36nzyh4dsd8igys37x0r3lnav77fvjrkxv48v3yjsrwli19gl"))))
(base32 "0nwyax9dikpw4fcplnk0az9k1pk02wnhkadvfp325s7rl2j8y23b"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))