mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
e5497d09a1
commit
7b7e80cf25
1 changed files with 2 additions and 2 deletions
|
@ -692,7 +692,7 @@ (define-public neovim-syntastic
|
|||
(define-public neovim
|
||||
(package
|
||||
(name "neovim")
|
||||
(version "0.8.0")
|
||||
(version "0.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -701,7 +701,7 @@ (define-public neovim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
|
||||
"08qyni2qg63ghxl50am97pajdhkp05s1cglis3mlvkxx3pvzkrli"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:modules
|
||||
|
|
Loading…
Reference in a new issue