ngz pushed a commit to branch master
in repository guix.
commit 2e81b8145b67be60c627d7b11ae83c62f8e84ae9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 09:28:54 2025 +0100
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
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file 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))