guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-suneater-theme: Update to 2.2.1.


From: guix-commits
Subject: 05/06: gnu: emacs-suneater-theme: Update to 2.2.1.
Date: Fri, 24 Feb 2023 06:19:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1f221c9fc5e270e06611fb62af5efe5cee3afdc3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 24 11:50:10 2023 +0100

    gnu: emacs-suneater-theme: Update to 2.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.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 5037848567..bfbf5b1abd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1596,7 +1596,7 @@ Apprentice and Sourcerer.")
 (define-public emacs-suneater-theme
   (package
     (name "emacs-suneater-theme")
-    (version "2.2.0")
+    (version "2.2.1")
     (source
      (origin
        (method git-fetch)
@@ -1605,7 +1605,7 @@ Apprentice and Sourcerer.")
              (commit version)))
        (sha256
         (base32
-         "1g0mf3m1ja70zdhyw1li4m765wvsb0b6hqd1ma42cn5mccz8yxh3"))
+         "1pnfiwnh2hr2hp4rxivx61j3hrmvwingjpfslnn535a3z9md0c4f"))
        (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]