mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -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
|
(define-public emacs-chronometrist
|
||||||
(package
|
(package
|
||||||
(name "emacs-chronometrist")
|
(name "emacs-chronometrist")
|
||||||
(version "0.7.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/contrapunctus-1/chronometrist")
|
(url "https://tildegit.org/contrapunctus/chronometrist")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s483ca4f8192gr9ix9jxjfcmxp30b7qk2jiaqzprkrn9kcgw544"))))
|
(base32 "156hj3sxjcfpwimnrykh4n3krkbzas9jg8m6xzy42rnzhx28ja6k"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2746,8 +2746,7 @@ (define-public emacs-chronometrist
|
||||||
(add-after 'unpack 'chdir-elisp
|
(add-after 'unpack 'chdir-elisp
|
||||||
;; Elisp directory is not in root of the source.
|
;; Elisp directory is not in root of the source.
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "elisp")
|
(chdir "elisp")))
|
||||||
#t))
|
|
||||||
(add-after 'install 'install-doc
|
(add-after 'install 'install-doc
|
||||||
;; Documentation consists of several Markdown files.
|
;; Documentation consists of several Markdown files.
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
@ -2762,10 +2761,9 @@ (define-public emacs-chronometrist
|
||||||
(find-files "." "\\.md$")))))
|
(find-files "." "\\.md$")))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-anaphora" ,emacs-anaphora)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
("emacs-dash" ,emacs-dash)
|
|
||||||
("emacs-literate-elisp" ,emacs-literate-elisp)
|
|
||||||
("emacs-s" ,emacs-s)
|
("emacs-s" ,emacs-s)
|
||||||
|
("emacs-spark" ,emacs-spark)
|
||||||
("emacs-ts" ,emacs-ts)))
|
("emacs-ts" ,emacs-ts)))
|
||||||
(home-page "https://github.com/contrapunctus-1/chronometrist")
|
(home-page "https://github.com/contrapunctus-1/chronometrist")
|
||||||
(synopsis "Time tracker for Emacs")
|
(synopsis "Time tracker for Emacs")
|
||||||
|
|
Loading…
Reference in a new issue