me
/
guix
Archived
1
0
Fork 0

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