mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: emacs-datetime: Update to 0.9.1.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.9.1.
This commit is contained in:
parent
69ceab87d4
commit
668f5e0eeb
1 changed files with 2 additions and 2 deletions
|
@ -23446,7 +23446,7 @@ (define-public emacs-pulsar
|
|||
(define-public emacs-datetime
|
||||
(package
|
||||
(name "emacs-datetime")
|
||||
(version "0.8")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -23455,7 +23455,7 @@ (define-public emacs-datetime
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01byg5c6ffhgpaiccdg1g5fkh1hk92br3hw3hpjqpwwpj9skg4yz"))))
|
||||
(base32 "0d918312gpdiyx7zq8kdy19bdww6jqg94hs4j5l0n63bwrxsqdx2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||
|
|
Loading…
Reference in a new issue