mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
38509d5f9a
commit
32ead478e4
1 changed files with 22 additions and 22 deletions
|
@ -13436,29 +13436,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))
|
||||
(version "1.18")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/purcell/color-theme-sanityinc-tomorrow")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11mgwq5dlx0ffkxmyyhfzg0ilg8ih8rf2km4js5gypi8mvmczjih"))))
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue