gnu: neovim: Update to 0.4.3.

* gnu/packages/vim.scm (neovim): Update to 0.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-09 00:52:46 +01:00
parent 66b707a7d2
commit b6c40df624
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -734,7 +734,7 @@ (define-public neovim-syntastic
(define-public neovim
(package
(name "neovim")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method git-fetch)
@ -743,8 +743,7 @@ (define-public neovim
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"13w446plvgl219lhj29jyimhiqvs1y1byrz4qpdmxgyddmx9xqss"))))
(base32 "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((srfi srfi-26)