guix-commits
[Top][All Lists]
Advanced

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

69/84: gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.17-0.7690d


From: guix-commits
Subject: 69/84: gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.17-0.7690d8e.
Date: Tue, 24 Dec 2024 09:29:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f796ef4b4532b47a242cf406877d84177a8fe626
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 24 13:54:59 2024 +0100

    gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.17-0.7690d8e.
    
    * gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): Update 
to 1.17-0.7690d8e.
    
    Change-Id: I1f51521fc5addfe4aba6a9e535ca5b32bed2f719
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 16c7758a1f..1b99f206ec 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12490,13 +12490,12 @@ variants.")
     (license license:gpl3+)))
 
 (define-public emacs-color-theme-sanityinc-tomorrow
-  ;; Use the latest commit as there are no recent release/tag; the version
-  ;; metadata in the Elisp source file is also defined as '0'.
-  (let ((commit "d34e8db507ee0c7b465ff18a8f220c33ed77cd79")
+  ;; Use the latest commit as there are no recent release/tag.
+  (let ((commit "7690d8e97c992f538d9b1abbd26099f426c8ab7c")
         (revision "0"))
     (package
       (name "emacs-color-theme-sanityinc-tomorrow")
-      (version (git-version "0" revision commit))
+      (version (git-version "1.17" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -12506,7 +12505,7 @@ variants.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1mfildi7rav2j42avii7z4gp4ghl04cqv8wp1vyxzl8vkyj60nkb"))))
+          (base32 "11mgwq5dlx0ffkxmyyhfzg0ilg8ih8rf2km4js5gypi8mvmczjih"))))
       (build-system emacs-build-system)
       (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow";)
       (synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' 
themes")



reply via email to

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