mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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:
parent
7caf919c57
commit
34d41b561e
1 changed files with 5 additions and 2 deletions
|
@ -14424,7 +14424,7 @@ (define-public emacs-pulseaudio-control
|
|||
(define-public emacs-datetime
|
||||
(package
|
||||
(name "emacs-datetime")
|
||||
(version "0.3")
|
||||
(version "0.6.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -14433,8 +14433,11 @@ (define-public emacs-datetime
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5"))))
|
||||
(base32
|
||||
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs
|
||||
`(("emacs-extmap" ,emacs-extmap)))
|
||||
(home-page "https://github.com/doublep/datetime/")
|
||||
(synopsis "Library to work with dates in Emacs")
|
||||
(description "Parsing, formatting, matching and recoding
|
||||
|
|
Loading…
Reference in a new issue