mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-evil-collection: Update to 20191102.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20191102.
This commit is contained in:
parent
daf29bf5a5
commit
edf2ac99bd
1 changed files with 3 additions and 3 deletions
|
@ -7439,8 +7439,8 @@ (define-public emacs-evil
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-evil-collection
|
||||
(let ((commit "38e916d5d56b391f1ad4c72ad3909491e86cda3c")
|
||||
(revision "12"))
|
||||
(let ((commit "eb36c82a84d313e961777dc78fd4ff1d718efdf6")
|
||||
(revision "13"))
|
||||
(package
|
||||
(name "emacs-evil-collection")
|
||||
(version (git-version "0.0.3" revision commit))
|
||||
|
@ -7452,7 +7452,7 @@ (define-public emacs-evil-collection
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00a1ya3c92ymhfj4ai1ygljnxa147d4cgi6jmvccngicphn99782"))))
|
||||
"0wi84x9176y4xjl7zpn882achfamx3a2ixlj4nvflxfh6q1qg7bz"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-evil" ,emacs-evil)
|
||||
|
|
Loading…
Reference in a new issue