gnu: neovim: Update to 0.9.4.

* gnu/packages/vim.scm (neovim): Update to 0.9.4.

Change-Id: I7246390c69875cbc1d7442afe38abd31ce85616b
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Benjamin 2023-10-30 10:43:02 +01:00 committed by Christopher Baines
parent 9024524de1
commit 66ff9c82a3
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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