me
/
guix
Archived
1
0
Fork 0

gnu: emacs-chronometrist: Update to 0.4.3.

* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.4.3.
master
Nicolas Goaziou 2020-05-27 00:41:27 +02:00
parent 8880db51d2
commit 10857feaeb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)