mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
4f9e0777b9
commit
20a687bbfb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue