GNU bug report logs -
#66833
[PATCH] gnu: neovim: Update to 0.9.4.
Previous Next
Reported by: Benjamin <benjamin <at> uvy.fr>
Date: Mon, 30 Oct 2023 09:48:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/vim.scm (neovim): Update to 0.9.4.
Change-Id: I7246390c69875cbc1d7442afe38abd31ce85616b
---
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 d2ea9b7ae1..c2ed7b9249 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -719,7 +719,7 @@ (define-public neovim-syntastic
(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 @@ (define-public neovim
(file-name (git-file-name name version))
(sha256
(base32
- "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
+ "0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp"))))
(build-system cmake-build-system)
(arguments
(list #:modules
base-commit: 642769707c05dc1dd5674d60cd3b55d77b35c9d9
--
2.41.0
This bug report was last modified 1 year and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.