guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: emacs-gruvbox-theme: Update to 1.30.1.


From: guix-commits
Subject: 01/04: gnu: emacs-gruvbox-theme: Update to 1.30.1.
Date: Fri, 9 Sep 2022 03:29:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 456c6d4bdd9be7d73c7f93a77a407275743ae985
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 9 08:49:36 2022 +0200

    gnu: emacs-gruvbox-theme: Update to 1.30.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): Update to 1.30.1.
---
 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 2af9fd945b..ccbbed6e8a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8871,7 +8871,7 @@ built-in custom themes.")
 (define-public emacs-gruvbox-theme
   (package
     (name "emacs-gruvbox-theme")
-    (version "1.30.0")
+    (version "1.30.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8880,7 +8880,7 @@ built-in custom themes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1dzaivis9cpqzb53qmkmhijr5l4hl2l3yr2412jxrz2jmqi3q4c5"))))
+                "0dgjf86i8179l1nsjyc20chysqmy8yhphpd5lzv2ypx79l4z3jka"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-autothemer))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]