[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-chronometrist: Update to 0.9.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-chronometrist: Update to 0.9.0. |
Date: |
Thu, 08 Jul 2021 09:33:58 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2a1fde4 gnu: emacs-chronometrist: Update to 0.9.0.
2a1fde4 is described below
commit 2a1fde403d5d47c730537be7c079415bc40d4e79
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 8 15:32:40 2021 +0200
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.
---
gnu/packages/emacs-xyz.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cee6b0f..e4ef388 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2729,16 +2729,16 @@ Lock key.")
(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 @@ Lock key.")
(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 @@ Lock key.")
(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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-chronometrist: Update to 0.9.0.,
guix-commits <=