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

View File

@@ -693,7 +693,7 @@ are detected, the user is notified.")))
(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 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
"0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
"18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
(build-system cmake-build-system)
(arguments
(list #:modules