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

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
ギャラ
2022-10-01 09:30:33 +09:00
committed by Efraim Flashner
parent 09e5f9e38e
commit 1df3af9bdf

View File

@@ -685,7 +685,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
(version "0.7.2")
(version "0.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -694,7 +694,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
"1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
"0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
(build-system cmake-build-system)
(arguments
(list #:modules