mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-evil-collection: Update to 20190206.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20190206.
This commit is contained in:
parent
b6a7697914
commit
de87d70e54
1 changed files with 3 additions and 3 deletions
|
@ -5210,8 +5210,8 @@ (define-public emacs-evil
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-evil-collection
|
(define-public emacs-evil-collection
|
||||||
(let ((commit "4e1f0e0b17153d460805a0da90d6191d66b2673d")
|
(let ((commit "0cfdf4ecf0420aac2a9dd29ff7b54067c3433d71")
|
||||||
(revision "5"))
|
(revision "6"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-collection")
|
(name "emacs-evil-collection")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -5223,7 +5223,7 @@ (define-public emacs-evil-collection
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11d5ppdnb2y2mwsdd9g62h7zds962kw3nss89zv5iwgcf9f1fb5x"))))
|
"1igsvgxvij918myc397cjhfybmm11znc7961vnbcd5xlviq2p01y"))))
|
||||||
(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