diff options
| author | Benoit Martin <bmartin@cea.fr> | 2025-10-30 09:33:21 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-11-13 22:14:48 +0100 |
| commit | dc68a4a37d918032027835678f55dd3b7dab5898 (patch) | |
| tree | 9b1f488436deea540964000474bc9747d3897e4c /gnu/packages/vim.scm | |
| parent | 3f2ca12f5ea610b61eac0bba56385ac4f27ee66a (diff) | |
gnu: neovim: Update to 0.11.4
Change-Id: I5eb2540f5f5098e71b03f9f3aff45303e556c7e4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/vim.scm')
| -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 0a2fd893be9..bbe12041b33 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -800,7 +800,7 @@ is based on Vim's builtin plugin support.") (define-public neovim (package (name "neovim") - (version "0.11.1") + (version "0.11.4") (source (origin (method git-fetch) (uri (git-reference @@ -809,7 +809,7 @@ is based on Vim's builtin plugin support.") (file-name (git-file-name name version)) (sha256 (base32 - "0arypdiycmss5g9wav21hfdc384v1ly82jnsc32zincl2y3f628q")))) + "0zwpnmxv90j46cvz8ad3hbffz9pc11l1p5rx1z8nmk2b7jlm0d0g")))) (build-system cmake-build-system) (arguments (list #:tests? #f |
