mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: neovim: Update to 0.9.1.
* gnu/packages/vim.scm (neovim): Update to 0.9.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6a4592d32c
commit
92d05b79e8
1 changed files with 2 additions and 2 deletions
|
@ -693,7 +693,7 @@ (define-public neovim-syntastic
|
|||
(define-public neovim
|
||||
(package
|
||||
(name "neovim")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -702,7 +702,7 @@ (define-public neovim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
|
||||
"18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:modules
|
||||
|
|
Loading…
Reference in a new issue