guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-chronometrist: Update to 0.10.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-chronometrist: Update to 0.10.0.
Date: Wed, 16 Feb 2022 07:22:31 -0500

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 e8027b33b9 gnu: emacs-chronometrist: Update to 0.10.0.
e8027b33b9 is described below

commit e8027b33b9ae3cc6321fa385585f82e346489e43
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 16 13:21:17 2022 +0100

    gnu: emacs-chronometrist: Update to 0.10.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.10.0.
    [propagated-inputs]: Add EMACS-ALERT.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4388eebf77..c5bd7b146d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2928,7 +2928,7 @@ Lock key.")
 (define-public emacs-chronometrist
   (package
     (name "emacs-chronometrist")
-    (version "0.9.0")
+    (version "0.10.0")
     (source
      (origin
        (method git-fetch)
@@ -2937,7 +2937,7 @@ Lock key.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "156hj3sxjcfpwimnrykh4n3krkbzas9jg8m6xzy42rnzhx28ja6k"))))
+        (base32 "0qpkpkipmac24m3ng4ahsml3vi15qcvmid3g02pbpgbpc113zfpl"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -2959,7 +2959,7 @@ Lock key.")
                                   "../WTFPL"
                                   (find-files "." "\\.md$"))))))))))
     (propagated-inputs
-     (list emacs-dash emacs-s emacs-spark emacs-ts))
+     (list emacs-alert emacs-dash emacs-s emacs-spark emacs-ts))
     (home-page "https://github.com/contrapunctus-1/chronometrist";)
     (synopsis "Time tracker for Emacs")
     (description "Chronometrist is a time tracker in Emacs, largely modelled



reply via email to

[Prev in Thread] Current Thread [Next in Thread]