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.17-0.7690d8e.
* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): Update to 1.17-0.7690d8e. Change-Id: I1f51521fc5addfe4aba6a9e535ca5b32bed2f719
This commit is contained in:
parent
01f3e40b90
commit
f796ef4b45
1 changed files with 4 additions and 5 deletions
|
@ -12490,13 +12490,12 @@ variants.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-color-theme-sanityinc-tomorrow
|
(define-public emacs-color-theme-sanityinc-tomorrow
|
||||||
;; Use the latest commit as there are no recent release/tag; the version
|
;; Use the latest commit as there are no recent release/tag.
|
||||||
;; metadata in the Elisp source file is also defined as '0'.
|
(let ((commit "7690d8e97c992f538d9b1abbd26099f426c8ab7c")
|
||||||
(let ((commit "d34e8db507ee0c7b465ff18a8f220c33ed77cd79")
|
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-color-theme-sanityinc-tomorrow")
|
(name "emacs-color-theme-sanityinc-tomorrow")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "1.17" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12506,7 +12505,7 @@ variants.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mfildi7rav2j42avii7z4gp4ghl04cqv8wp1vyxzl8vkyj60nkb"))))
|
(base32 "11mgwq5dlx0ffkxmyyhfzg0ilg8ih8rf2km4js5gypi8mvmczjih"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
|
(home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
|
||||||
(synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' themes")
|
(synopsis "Emacs color themes based on Chris Kempson's 'tomorrow' themes")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue