GNU bug report logs - #77798
[PATCH emacs-team] gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.18.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 14 Apr 2025 12:04:01 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#77798: closed (Re: [bug#77798] [PATCH emacs-team] gnu:
 emacs-color-theme-sanityinc-tomorrow: Update to 1.18.)
Date: Mon, 21 Apr 2025 13:43:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77798: [PATCH emacs-team] gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.18.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77798 <at> debbugs.gnu.org.

-- 
77798: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77798
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: 77798-done <at> debbugs.gnu.org
Subject: Re: [bug#77798] [PATCH emacs-team] gnu:
 emacs-color-theme-sanityinc-tomorrow: Update to 1.18.
Date: Mon, 21 Apr 2025 15:44:01 +0200
[Message part 3 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: emacs-color-theme-sanityinc-tomorrow: Update
 to 1.18.
Date: Mon, 14 Apr 2025 14:03:18 +0200
* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): Update to 1.18.

Change-Id: I1b93ee701bd15e666ef8592fa1d762cb08ebaa8e
---
 gnu/packages/emacs-xyz.scm | 44 +++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82831f0595..cbf81cd2e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13165,29 +13165,29 @@ (define-public emacs-moe-theme-el
     (license license:gpl3+)))
 
 (define-public emacs-color-theme-sanityinc-tomorrow
-  ;; 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 "1.17" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url
-                "https://github.com/purcell/color-theme-sanityinc-tomorrow")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (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")
-      (description
-       "An Emacs version of Chris Kempson's \"Tomorrow\" themes, with much more
+  (package
+    (name "emacs-color-theme-sanityinc-tomorrow")
+    (version "1.18")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url
+              "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0r8q6ld2zma1bqq5pv61gpy99a4vx6bwx4v820ijzbymmi62vv3z"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:test-command #~(list "./run-tests.sh")))
+    (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+    (synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' themes")
+    (description
+     "An Emacs version of Chris Kempson's \"Tomorrow\" themes, with much more
 extensive face definitions than the \"official\" Emacs variant.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-solarized-theme
   (package

base-commit: 373545dc9efbae6589f502773aa49e26e42c585e
-- 
2.49.0




This bug report was last modified 52 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.