mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
gnu: emacs-datetime: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.10. Change-Id: Id49133d32b8fe3d66228ee4a70abffb3b8ad07a3
This commit is contained in:
parent
70335d7e4e
commit
e2995c11a1
1 changed files with 2 additions and 2 deletions
|
@ -24284,7 +24284,7 @@ given function is invoked.")
|
|||
(define-public emacs-datetime
|
||||
(package
|
||||
(name "emacs-datetime")
|
||||
(version "0.9.1")
|
||||
(version "0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -24293,7 +24293,7 @@ given function is invoked.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d918312gpdiyx7zq8kdy19bdww6jqg94hs4j5l0n63bwrxsqdx2"))))
|
||||
(base32 "0prc29dhc0yvx1lv9ng9iif1x7c0k7x51x1d1z5pzz0vps0w1qsh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||
|
|
Loading…
Add table
Reference in a new issue