me
/
guix
Archived
1
0
Fork 0

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>
master
ギャラ 2022-10-01 09:30:33 +09:00 committed by Efraim Flashner
parent 09e5f9e38e
commit 1df3af9bdf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

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