gnu: emacs-evil-collection: Update to 0.0.7.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.7.master
parent
956cacd271
commit
a296b5fff9
|
@ -11523,16 +11523,16 @@ extensions.")
|
||||||
(define-public emacs-evil-collection
|
(define-public emacs-evil-collection
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-collection")
|
(name "emacs-evil-collection")
|
||||||
(version "0.0.6")
|
(version "0.0.7")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/emacs-evil/evil-collection")
|
(uri (git-reference
|
||||||
(commit version)))
|
(url "https://github.com/emacs-evil/evil-collection")
|
||||||
(file-name (git-file-name name version))
|
(commit version)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"0ssb3n1i67b6zp2j8djaalkr33x4c7zalw6vl6p5kqxkh8vy8cdf"))))
|
(base32 "1f5mbg2k527brn6b7njdjizpbzj252c53crzl8sf2564czcprqj0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-evil emacs-annalist))
|
(list emacs-evil emacs-annalist))
|
||||||
|
|
Reference in New Issue