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

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Mike Jones
2022-08-16 19:08:00 +01:00
committed by 宋文武
parent 7df39e6b2d
commit b74386efea

View File

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