gnu: emacs-datetime: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.8.
This commit is contained in:
parent
7bca9465f2
commit
b84f94b88b
1 changed files with 2 additions and 2 deletions
|
@ -23225,7 +23225,7 @@ (define-public emacs-pulsar
|
|||
(define-public emacs-datetime
|
||||
(package
|
||||
(name "emacs-datetime")
|
||||
(version "0.7.2")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23234,7 +23234,7 @@ (define-public emacs-datetime
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10nf3y4abwkwvi4g11mdwi0dydy4kzfyv21y06dsxm1hc1gmq7zx"))))
|
||||
(base32 "01byg5c6ffhgpaiccdg1g5fkh1hk92br3hw3hpjqpwwpj9skg4yz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue