diff options
-rw-r--r-- | gnu/packages/vim.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index d2ea9b7ae1..c2ed7b9249 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -719,7 +719,7 @@ are detected, the user is notified."))) (define-public neovim (package (name "neovim") - (version "0.9.1") + (version "0.9.4") (source (origin (method git-fetch) (uri (git-reference @@ -728,7 +728,7 @@ are detected, the user is notified."))) (file-name (git-file-name name version)) (sha256 (base32 - "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c")))) + "0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp")))) (build-system cmake-build-system) (arguments (list #:modules |