gnu: neovim: Update to 0.3.7 [security fixes].

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

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Jonathan Brielmaier 2019-06-05 15:14:55 +02:00 committed by Ricardo Wurmus
parent 1d7cf14435
commit 3390ac619f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -730,7 +730,7 @@ are detected, the user is notified.")))
(define-public neovim (define-public neovim
(package (package
(name "neovim") (name "neovim")
(version "0.3.5") (version "0.3.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -740,7 +740,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
"113lrr9gwimvvzlkwlishm4cjqcf30xq9jfxn7vh41ckgnbiwf3w")))) "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:modules ((srfi srfi-26) `(#:modules ((srfi srfi-26)