guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-suneater-theme: Update to 2.3.0.


From: guix-commits
Subject: 03/03: gnu: emacs-suneater-theme: Update to 2.3.0.
Date: Sun, 23 Apr 2023 11:07:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8541d098704368a35550b8f945003e601724a9e9
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Sat Apr 22 21:22:24 2023 +0000

    gnu: emacs-suneater-theme: Update to 2.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.3.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.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 06bf8f18ee..234b0f6868 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1769,7 +1769,7 @@ Apprentice and Sourcerer.")
 (define-public emacs-suneater-theme
   (package
     (name "emacs-suneater-theme")
-    (version "2.2.1")
+    (version "2.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1778,7 +1778,7 @@ Apprentice and Sourcerer.")
              (commit version)))
        (sha256
         (base32
-         "1pnfiwnh2hr2hp4rxivx61j3hrmvwingjpfslnn535a3z9md0c4f"))
+         "19432hb4lkfvip72wrc9nqq5bc10nv0g4547x2sif5iqak43dw72"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (home-page "https://git.sr.ht/~plattfot/suneater-theme";)



reply via email to

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