guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-spacemacs-theme: Update to 0.3.


From: guix-commits
Subject: 03/03: gnu: emacs-spacemacs-theme: Update to 0.3.
Date: Thu, 18 Aug 2022 06:26:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2572ce21945487e1b82d1ca1637e40b857e44690
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 18 12:24:28 2022 +0200

    gnu: emacs-spacemacs-theme: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.3.
---
 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 bfb489d273..a93a5b1a3c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28172,7 +28172,7 @@ color.  Designed for 256-color terminals.  Comes in 
light and dark!")
 (define-public emacs-spacemacs-theme
   (package
     (name "emacs-spacemacs-theme")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method git-fetch)
@@ -28181,7 +28181,7 @@ color.  Designed for 256-color terminals.  Comes in 
light and dark!")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15l9hb8f08nkxsaj8pxbg2mip4pp2msnrl0nvlq22zg40gh7pqsn"))))
+        (base32 "1yz8xg9ni9290nly5b93djkzk9235q6k4lhb5ghs6snr0r39157n"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/nashamri/spacemacs-theme";)
     (synopsis



reply via email to

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