gnu: emacs-datetime: Update to 0.6.6.

* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.6.6.

[inputs]: Add emacs-extmap.
This commit is contained in:
Brett Gilio 2020-08-01 00:34:22 -05:00
parent 7caf919c57
commit 34d41b561e
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -14424,7 +14424,7 @@ (define-public emacs-pulseaudio-control
(define-public emacs-datetime (define-public emacs-datetime
(package (package
(name "emacs-datetime") (name "emacs-datetime")
(version "0.3") (version "0.6.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -14433,8 +14433,11 @@ (define-public emacs-datetime
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5")))) (base32
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(inputs
`(("emacs-extmap" ,emacs-extmap)))
(home-page "https://github.com/doublep/datetime/") (home-page "https://github.com/doublep/datetime/")
(synopsis "Library to work with dates in Emacs") (synopsis "Library to work with dates in Emacs")
(description "Parsing, formatting, matching and recoding (description "Parsing, formatting, matching and recoding