gnu: emacs-evil-expat: Update to 0.0.1-1.f4fcd0a.
* gnu/packages/emacs-xyz.scm (emacs-evil-expat): Update to 0.0.1-1.f4fcd0a. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
fef08850b7
commit
f48aa64ea8
|
@ -6406,12 +6406,11 @@ aligning text objects based on separators.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-evil-expat
|
(define-public emacs-evil-expat
|
||||||
(let ((commit "4c344ea19b789002d759a202ffbf594730d2c59a")
|
(let ((commit "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2")
|
||||||
(version "0.0.1")
|
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-expat")
|
(name "emacs-evil-expat")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6421,7 +6420,7 @@ aligning text objects based on separators.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16v7fnldxag6l1lsnrnhdjkga9qi78lbdfbb82k6pmv04991mbkr"))))
|
"0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||||
(home-page "https://github.com/edkolev/evil-expat")
|
(home-page "https://github.com/edkolev/evil-expat")
|
||||||
|
|
Loading…
Reference in New Issue