gnu: emacs-chronometrist: Update to 0.6.5.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.6.5.master
parent
2c9a4c9a49
commit
186c559f9d
|
@ -2390,7 +2390,7 @@ Lock key.")
|
||||||
(define-public emacs-chronometrist
|
(define-public emacs-chronometrist
|
||||||
(package
|
(package
|
||||||
(name "emacs-chronometrist")
|
(name "emacs-chronometrist")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2399,7 +2399,7 @@ Lock key.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wlvc73qrz3i8d2r37pyp5f2m1vb779li7z19wp6nrfs9hn6jd8i"))))
|
(base32 "1k7r5rc6vzrnhp9j5bkv45yzqz7zbqrkiry4fzc8w6f36pcw862f"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue