summary refs log tree commit diff
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@posteo.net>2023-04-22 21:22:24 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-23 17:06:12 +0200
commit8541d098704368a35550b8f945003e601724a9e9 (patch)
tree641ef7f3f814c8bbe02f50e2d37ef1c26301f71b
parent86079683c2b8cc877df835147e701d3fc07c8a75 (diff)
downloadguix-8541d098704368a35550b8f945003e601724a9e9.tar.gz
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>
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files 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")