gnu: emacs-datetime: Update to 0.10.1.

* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.10.1.

Change-Id: I3981d3314781a955d3689b9f76e0c721f092c269
This commit is contained in:
Nicolas Goaziou 2024-04-30 18:47:20 +02:00
parent d456cc4adb
commit 17a71729d7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24360,7 +24360,7 @@ (define-public emacs-pulsar
(define-public emacs-datetime
(package
(name "emacs-datetime")
(version "0.10")
(version "0.10.1")
(source
(origin
(method git-fetch)
@ -24369,7 +24369,7 @@ (define-public emacs-datetime
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0prc29dhc0yvx1lv9ng9iif1x7c0k7x51x1d1z5pzz0vps0w1qsh"))))
(base32 "13fvpp9aashmlv9pc12fvf540f9s36wrcfskcx2hcm6r3kv91d54"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))