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>
This commit is contained in:
ギャラ 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

View file

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