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
1 changed files with 2 additions and 3 deletions
|
@ -17042,7 +17042,7 @@ (define-public emacs-pulseaudio-control
|
|||
(define-public emacs-datetime
|
||||
(package
|
||||
(name "emacs-datetime")
|
||||
(version "0.6.6")
|
||||
(version "0.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17051,8 +17051,7 @@ (define-public emacs-datetime
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
|
||||
(base32 "0g6qgp6zvrbiaq6yfzqs3bmnry43xspp3ra3hm17x80b6izdsn90"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue