gnu: emacs-datetime: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.
This commit is contained in:
parent
1374347ddb
commit
f3a15e5450
@ -17042,7 +17042,7 @@ navigate and display hierarchy structures.")
|
|||||||
(define-public emacs-datetime
|
(define-public emacs-datetime
|
||||||
(package
|
(package
|
||||||
(name "emacs-datetime")
|
(name "emacs-datetime")
|
||||||
(version "0.6.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -17051,8 +17051,7 @@ navigate and display hierarchy structures.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0g6qgp6zvrbiaq6yfzqs3bmnry43xspp3ra3hm17x80b6izdsn90"))))
|
||||||
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||||
|
Loading…
Reference in New Issue
Block a user