mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: emacs-datetime: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.7.
This commit is contained in:
parent
1374347ddb
commit
f3a15e5450
1 changed files with 2 additions and 3 deletions
|
@ -17042,7 +17042,7 @@ (define-public emacs-pulseaudio-control
|
||||||
(define-public emacs-datetime
|
(define-public emacs-datetime
|
||||||
(package
|
(package
|
||||||
(name "emacs-datetime")
|
(name "emacs-datetime")
|
||||||
(version "0.6.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17051,8 +17051,7 @@ (define-public emacs-datetime
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0g6qgp6zvrbiaq6yfzqs3bmnry43xspp3ra3hm17x80b6izdsn90"))))
|
||||||
"0a3q667pybpmsjkbgf6287jwgpnx8brp5314wb8zbczw6ncygnbi"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
|
||||||
|
|
Loading…
Reference in a new issue