mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: emacs-evil-collection: Update to 0.0.10.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.10. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I864c9a6434e9ba46cfb510183962aa6b3739b32a
This commit is contained in:
parent
a24aa227f7
commit
9b611cd175
1 changed files with 2 additions and 2 deletions
|
@ -16321,7 +16321,7 @@ (define-public emacs-evil
|
|||
(define-public emacs-evil-collection
|
||||
(package
|
||||
(name "emacs-evil-collection")
|
||||
(version "0.0.9")
|
||||
(version "0.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16330,7 +16330,7 @@ (define-public emacs-evil-collection
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y1ig4shqaaiiwqm5pv8hvh8ynr6irhffkgmpyzmhdaaicxnfazc"))))
|
||||
(base32 "09hnxb8nh3g0hi93fz9f1y164gv9iyh5994wfn6fsq2v1xdz8phm"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue