gnu: emacs-evil: Update to 1.14.2.
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.2. [arguments]: Rewrite in gexp style.
This commit is contained in:
parent
a028eafcc2
commit
d58c9ca9e2
1 changed files with 14 additions and 14 deletions
|
@ -12075,7 +12075,7 @@ news items, openrc and runscripts.")
|
||||||
(define-public emacs-evil
|
(define-public emacs-evil
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil")
|
(name "emacs-evil")
|
||||||
(version "1.14.0")
|
(version "1.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12085,15 +12085,15 @@ news items, openrc and runscripts.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17xrn3s6a4afmls8fw8nnxa1jq9dmj2qqrxa2vngh50hxpz8840p"))))
|
"1mhm1hd6gzxc2vvihh1w1j8f30xp0ssqcxnp8fx22niz04fk5df8"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'fix-test-helpers
|
(add-before 'check 'fix-test-helpers
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "evil-test-helpers.el"
|
(substitute* "evil-test-helpers.el"
|
||||||
(("\\(undo-tree-mode 1\\)") ""))
|
(("\\(undo-tree-mode 1\\)") ""))))
|
||||||
#t))
|
|
||||||
(add-before 'install 'make-info
|
(add-before 'install 'make-info
|
||||||
(lambda _
|
(lambda _
|
||||||
(with-directory-excursion "doc/build/texinfo"
|
(with-directory-excursion "doc/build/texinfo"
|
||||||
|
|
Reference in a new issue