me
/
guix
Archived
1
0
Fork 0

gnu: emacs-chronometrist: Update to 0.6.3.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.3.
master
Nicolas Goaziou 2021-01-22 16:25:22 +01:00
parent 9a062ce9b5
commit d265809b78
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2255,7 +2255,7 @@ Lock key.")
(define-public emacs-chronometrist
(package
(name "emacs-chronometrist")
(version "0.5.6")
(version "0.6.3")
(source
(origin
(method git-fetch)
@ -2264,7 +2264,7 @@ Lock key.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g54pxvid1hlynlnfx99sl027q2mr2f4axsvnf0vb3v48zm0n5cw"))))
(base32 "0ql72qh0bshv62nksv6awz5nqfhmgs8hkyvm7wvzfq64yrwghw50"))))
(build-system emacs-build-system)
(arguments
`(#:phases