mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue