gnu: emacs-chronometrist: Update to 0.4.3.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.4.3.
This commit is contained in:
Nicolas Goaziou 2020-05-27 00:41:27 +02:00
parent 8880db51d2
commit 10857feaeb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -1906,7 +1906,7 @@ Lock key.")
(define-public emacs-chronometrist
(package
(name "emacs-chronometrist")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method git-fetch)
@ -1915,7 +1915,7 @@ Lock key.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ccy7qz1wcmggqlf3hwigbqq4wrx1amds4x9bxz9py6bypglyjc5"))))
(base32 "1ljjqzghcap4admv0hvw6asm148b80mfgjgxjjcw6qc95fkjjjlr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)