me
/
guix
Archived
1
0
Fork 0

gnu: neovim: Update to 0.8.1.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
master
ギャラ 2022-11-15 11:04:27 +09:00 committed by Christopher Baines
parent e5497d09a1
commit 7b7e80cf25
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

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