diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 09:28:54 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 10:33:18 +0100 |
commit | 2e81b8145b67be60c627d7b11ae83c62f8e84ae9 (patch) | |
tree | 75d7ed75e8c479af6b9736caad4bc4869c7b636d | |
parent | eaaf72477df64fb3e82fcd1a7c6d7fb3eff0a270 (diff) | |
download | guix-2e81b8145b67be60c627d7b11ae83c62f8e84ae9.tar.gz guix-2e81b8145b67be60c627d7b11ae83c62f8e84ae9.zip |
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
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index f8f941e92c..a4e800b5df 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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)) |