guix_mirror_bot pushed a commit to branch emacs-team in repository guix. commit c9a70fc2b7249cb9ab3976cdc8147b4ef45d891b Author: Cayetano Santos <csant...@inventati.org> AuthorDate: Mon Apr 14 14:03:18 2025 +0200
gnu: emacs-color-theme-sanityinc-tomorrow: Update to 1.18. * gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): Update to 1.18. [arguments]: Add #:test-command. 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 23ef95b2b3..270477f578 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13410,29 +13410,29 @@ variants.") (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