mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01: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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-collection
|
(define-public emacs-evil-collection
|
||||||
(let ((commit "38e916d5d56b391f1ad4c72ad3909491e86cda3c")
|
(let ((commit "eb36c82a84d313e961777dc78fd4ff1d718efdf6")
|
||||||
(revision "12"))
|
(revision "13"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-collection")
|
(name "emacs-evil-collection")
|
||||||
(version (git-version "0.0.3" revision commit))
|
(version (git-version "0.0.3" revision commit))
|
||||||
|
@ -7452,7 +7452,7 @@ (define-public emacs-evil-collection
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00a1ya3c92ymhfj4ai1ygljnxa147d4cgi6jmvccngicphn99782"))))
|
"0wi84x9176y4xjl7zpn882achfamx3a2ixlj4nvflxfh6q1qg7bz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)
|
`(("emacs-evil" ,emacs-evil)
|
||||||
|
|
Loading…
Reference in a new issue