This is an automated email from the git hooks/post-receive script. andreas pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 19a1a3218e gnu: emacs-suneater-theme: Update to 2.5.3. 19a1a3218e is described below commit 19a1a3218e4efc3e3dd2daa946e338d810579697 Author: Fredrik Salomonsson <platt...@posteo.net> AuthorDate: Sun May 11 23:42:01 2025 +0000 gnu: emacs-suneater-theme: Update to 2.5.3. * gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.5.3. Change-Id: Ia19568d4563ed7c73dd791da8bdd28ef1f4ccc4f Signed-off-by: Andreas Enge <andr...@enge.fr> --- 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 0578740097..4374e1e630 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2590,7 +2590,7 @@ Apprentice and Sourcerer.") (define-public emacs-suneater-theme (package (name "emacs-suneater-theme") - (version "2.5.2") + (version "2.5.3") (source (origin (method git-fetch) @@ -2599,7 +2599,7 @@ Apprentice and Sourcerer.") (commit version))) (sha256 (base32 - "1501kj933717jw9prx03x1k8n520z7a268bl03m3m82qn5hjq0ad")) + "0l53709gfx70rqxp8n785bg5n4sdmblwsnbm8y4k7jj4i1sqiqpn")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (home-page "https://git.sr.ht/~plattfot/suneater-theme")