gnu: neovim: Update to 0.9.1.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Benjamin 2023-06-29 10:01:23 +02:00 committed by Christopher Baines
parent 6a4592d32c
commit 92d05b79e8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -693,7 +693,7 @@ (define-public neovim-syntastic
(define-public neovim
(package
(name "neovim")
(version "0.9.0")
(version "0.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -702,7 +702,7 @@ (define-public neovim
(file-name (git-file-name name version))
(sha256
(base32
"0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
"18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
(build-system cmake-build-system)
(arguments
(list #:modules