gnu: emacs-evil: Update to 1.14.0.
* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.0.master
parent
319a73e7b6
commit
41a2d6a8b9
|
@ -8350,7 +8350,7 @@ news items, openrc and runscripts.")
|
||||||
(define-public emacs-evil
|
(define-public emacs-evil
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil")
|
(name "emacs-evil")
|
||||||
(version "1.2.14")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8360,7 +8360,7 @@ news items, openrc and runscripts.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
|
"17xrn3s6a4afmls8fw8nnxa1jq9dmj2qqrxa2vngh50hxpz8840p"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue