diff options
Diffstat (limited to 'crn')
| -rw-r--r-- | crn/packages/vim.scm | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/crn/packages/vim.scm b/crn/packages/vim.scm index b109c6b..ccfc23e 100644 --- a/crn/packages/vim.scm +++ b/crn/packages/vim.scm @@ -19,7 +19,7 @@  (define-public neovim    (package      (name "neovim") -    (version "0.10.3") +    (version "0.11.3")      (source (origin                (method git-fetch)                (uri (git-reference @@ -28,7 +28,7 @@                (file-name (git-file-name name version))                (sha256                 (base32 -		 "01646f9wa47dmpcx8gpgzaxhz8bm6z44y9m9ixiwrw2dk1lsilcs")))) +		 "07kg1wkv0dhxj8a1xfzj2dnwsp232vd16n1j6jyxs0vvcqqbg5jj"))))      (build-system cmake-build-system)      (arguments       (list #:modules @@ -98,7 +98,7 @@                    lua5.1-lpeg                    lua5.1-bitop                    lua5.1-libmpack -		  (specification->package "tree-sitter@0.24.7"))) +		  (specification->package "tree-sitter@0.25.8")))      (native-inputs (list pkg-config gettext-minimal gperf))      (home-page "https://neovim.io")      (synopsis "Fork of vim focused on extensibility and agility") @@ -116,3 +116,5 @@ refactor Vim in order to:      ;; Neovim is licensed under the terms of the Apache 2.0 license,      ;; except for parts that were contributed under the Vim license.      (license (list license:asl2.0 license:vim)))) + +neovim | 
