mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
d456cc4adb
commit
17a71729d7
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue