mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: neovim: Update to 0.11.5
Change-Id: I0f57275efcdcd972b91eac175747f26712c12da0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
dc68a4a37d
commit
3fa51e04f8
1 changed files with 2 additions and 2 deletions
|
|
@ -800,7 +800,7 @@ is based on Vim's builtin plugin support.")
|
|||
(define-public neovim
|
||||
(package
|
||||
(name "neovim")
|
||||
(version "0.11.4")
|
||||
(version "0.11.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -809,7 +809,7 @@ is based on Vim's builtin plugin support.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zwpnmxv90j46cvz8ad3hbffz9pc11l1p5rx1z8nmk2b7jlm0d0g"))))
|
||||
"1b524vi44gkcsyy8w4jggvprwdsgy0gjprgxpyhh0dmqm47c0c48"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue