guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: emacs-suneater-theme: Update to 2.2.0.


From: guix-commits
Subject: 06/06: gnu: emacs-suneater-theme: Update to 2.2.0.
Date: Tue, 21 Feb 2023 08:51:21 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 4ab75f7c4857b20bba5139dcf571283a27999f2c
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Mon Feb 20 00:16:09 2023 +0000

    gnu: emacs-suneater-theme: Update to 2.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.2.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 32df22bd98..3b12642bc9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1594,7 +1594,7 @@ Apprentice and Sourcerer.")
 (define-public emacs-suneater-theme
   (package
     (name "emacs-suneater-theme")
-    (version "2.0.0")
+    (version "2.2.0")
     (source
      (origin
        (method git-fetch)
@@ -1603,7 +1603,7 @@ Apprentice and Sourcerer.")
              (commit version)))
        (sha256
         (base32
-         "0nlam8f8ly86y7p2dn10y9ixnm7bhmigsx7si4cjynh6aiyczyds"))
+         "1g0mf3m1ja70zdhyw1li4m765wvsb0b6hqd1ma42cn5mccz8yxh3"))
        (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]