This is an automated email from the git hooks/post-receive script. ngz pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 32ac3efa98 gnu: emacs-gruvbox-theme: Update to 1.29.0. 32ac3efa98 is described below commit 32ac3efa98187a869fe47f84531ae4fe95dc9c0e Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Sat Aug 6 01:31:51 2022 +0200 gnu: emacs-gruvbox-theme: Update to 1.29.0. * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.29.0. --- 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 ba841fde96..c3f2fdeb12 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8707,7 +8707,7 @@ built-in custom themes.") (define-public emacs-gruvbox-theme (package (name "emacs-gruvbox-theme") - (version "1.28.0") + (version "1.29.0") (source (origin (method git-fetch) (uri (git-reference @@ -8716,7 +8716,7 @@ built-in custom themes.") (file-name (git-file-name name version)) (sha256 (base32 - "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p")))) + "0ydwr2l3jhqbs3gk5qajirl54vfb8i65qrlzrs04jnsj1pkzq5xa")))) (build-system emacs-build-system) (propagated-inputs (list emacs-autothemer))