gnu: emacs-chronometrist: Update to 0.4.3.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.4.3.master
parent
8880db51d2
commit
10857feaeb
|
@ -1906,7 +1906,7 @@ Lock key.")
|
||||||
(define-public emacs-chronometrist
|
(define-public emacs-chronometrist
|
||||||
(package
|
(package
|
||||||
(name "emacs-chronometrist")
|
(name "emacs-chronometrist")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1915,7 +1915,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 "1ccy7qz1wcmggqlf3hwigbqq4wrx1amds4x9bxz9py6bypglyjc5"))))
|
(base32 "1ljjqzghcap4admv0hvw6asm148b80mfgjgxjjcw6qc95fkjjjlr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Reference in New Issue