gnu: emacs-datetime: Update to 0.10.2.

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

Change-Id: Ie0d39047f901e4ad32f9977fb57bb790de3de90e
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:07 +01:00
parent 8ff48101fc
commit bf55dd3b35
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26410,7 +26410,7 @@ given function is invoked.")
(define-public emacs-datetime
(package
(name "emacs-datetime")
(version "0.10.1")
(version "0.10.2")
(source
(origin
(method git-fetch)
@ -26419,7 +26419,7 @@ given function is invoked.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13fvpp9aashmlv9pc12fvf540f9s36wrcfskcx2hcm6r3kv91d54"))))
(base32 "1cihsn81fkp0bf62358kssk77wzlk3kngz1a1bfvpp2szpvgwbc7"))))
(build-system emacs-build-system)
(arguments
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))