Archived
1
0
Fork 0

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