gnu: emacs-chronometrist: Update to 0.5.6.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.6.
This commit is contained in:
Nicolas Goaziou 2020-12-24 09:58:29 +01:00
parent 4f9e0777b9
commit 20a687bbfb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2250,7 +2250,7 @@ (define-public emacs-caps-lock
(define-public emacs-chronometrist
(package
(name "emacs-chronometrist")
(version "0.5.5")
(version "0.5.6")
(source
(origin
(method git-fetch)
@ -2259,7 +2259,7 @@ (define-public emacs-chronometrist
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zccyfpgq68ixrcl8jq2r38165ngkqrb42y2hkyab6gxhvh4wkpl"))))
(base32 "0g54pxvid1hlynlnfx99sl027q2mr2f4axsvnf0vb3v48zm0n5cw"))))
(build-system emacs-build-system)
(arguments
`(#:phases