gnu: emacs-datetime: Update to 0.7.1.

* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.1.
This commit is contained in:
Nicolas Goaziou 2021-10-17 21:15:12 +02:00
parent 5fd4047933
commit e70eb6dd3f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18078,7 +18078,7 @@ (define-public emacs-pulseaudio-control
(define-public emacs-datetime
(package
(name "emacs-datetime")
(version "0.7")
(version "0.7.1")
(source
(origin
(method git-fetch)
@ -18087,7 +18087,7 @@ (define-public emacs-datetime
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0g6qgp6zvrbiaq6yfzqs3bmnry43xspp3ra3hm17x80b6izdsn90"))))
(base32 "108zfj5hz9irgksgg48xdvvaa635m6nzclx7xaymylfcvlycskpl"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))