mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-chronometrist: Update to 0.9.0.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.9.0. [source]: Update upstream URL. [inputs]: Add emacs-spark. Remove emacs-anaphora and emacs-literate-elisp.
This commit is contained in:
parent
7705edf39b
commit
2a1fde403d
1 changed files with 6 additions and 8 deletions
|
@ -2729,16 +2729,16 @@ (define-public emacs-caps-lock
|
|||
(define-public emacs-chronometrist
|
||||
(package
|
||||
(name "emacs-chronometrist")
|
||||
(version "0.7.0")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/contrapunctus-1/chronometrist")
|
||||
(url "https://tildegit.org/contrapunctus/chronometrist")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0s483ca4f8192gr9ix9jxjfcmxp30b7qk2jiaqzprkrn9kcgw544"))))
|
||||
(base32 "156hj3sxjcfpwimnrykh4n3krkbzas9jg8m6xzy42rnzhx28ja6k"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -2746,8 +2746,7 @@ (define-public emacs-chronometrist
|
|||
(add-after 'unpack 'chdir-elisp
|
||||
;; Elisp directory is not in root of the source.
|
||||
(lambda _
|
||||
(chdir "elisp")
|
||||
#t))
|
||||
(chdir "elisp")))
|
||||
(add-after 'install 'install-doc
|
||||
;; Documentation consists of several Markdown files.
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
|
@ -2762,10 +2761,9 @@ (define-public emacs-chronometrist
|
|||
(find-files "." "\\.md$")))))
|
||||
#t)))))
|
||||
(propagated-inputs
|
||||
`(("emacs-anaphora" ,emacs-anaphora)
|
||||
("emacs-dash" ,emacs-dash)
|
||||
("emacs-literate-elisp" ,emacs-literate-elisp)
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-s" ,emacs-s)
|
||||
("emacs-spark" ,emacs-spark)
|
||||
("emacs-ts" ,emacs-ts)))
|
||||
(home-page "https://github.com/contrapunctus-1/chronometrist")
|
||||
(synopsis "Time tracker for Emacs")
|
||||
|
|
Loading…
Reference in a new issue