cbaines pushed a commit to branch master
in repository guix.
commit 92d05b79e89ffa4635bf5d9eb49da3771c35c5e0
Author: Benjamin <[email protected]>
AuthorDate: Thu Jun 29 10:01:23 2023 +0200
gnu: neovim: Update to 0.9.1.
* gnu/packages/vim.scm (neovim): Update to 0.9.1.
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index f928087e8a..f004e9d602 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -693,7 +693,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.9.0")
+ (version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -702,7 +702,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
+ "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
(build-system cmake-build-system)
(arguments
(list #:modules