1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: neovim: Update to 0.11.5

Change-Id: I0f57275efcdcd972b91eac175747f26712c12da0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Benoit Martin
2025-11-03 15:50:32 +01:00
committed by Ludovic Courtès
parent dc68a4a37d
commit 3fa51e04f8

View File

@@ -800,7 +800,7 @@ is based on Vim's builtin plugin support.")
(define-public neovim
(package
(name "neovim")
(version "0.11.4")
(version "0.11.5")
(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
"0zwpnmxv90j46cvz8ad3hbffz9pc11l1p5rx1z8nmk2b7jlm0d0g"))))
"1b524vi44gkcsyy8w4jggvprwdsgy0gjprgxpyhh0dmqm47c0c48"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f