gnu: neovim: Update to 0.8.3.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
ギャラ 2023-02-05 14:51:02 +09:00 committed by Christopher Baines
parent 9b07a4b045
commit 7a87298e2f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -692,7 +692,7 @@ (define-public neovim-syntastic
(define-public neovim (define-public neovim
(package (package
(name "neovim") (name "neovim")
(version "0.8.2") (version "0.8.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -701,7 +701,7 @@ (define-public neovim
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl")))) "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:modules (list #:modules