cbaines pushed a commit to branch master
in repository guix.
commit 7a87298e2fea9aa718c3b3b994c538dc4a6d35dd
Author: ギャラ <[email protected]>
AuthorDate: Sun Feb 5 14:51:02 2023 +0900
gnu: neovim: Update to 0.8.3.
* gnu/packages/vim.scm (neovim): Update to 0.8.3.
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 6939057ff2..0593986d87 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -692,7 +692,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.8.2")
+ (version "0.8.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -701,7 +701,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl"))))
+ "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
(build-system cmake-build-system)
(arguments
(list #:modules