summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRyan Campbell <campbellr@gmail.com>2026-04-07 14:58:12 -0600
committerCayetano Santos <csantosb@inventati.org>2026-04-15 11:42:48 +0200
commit101b12a54a84ae590559849e00ae9fe9d010c021 (patch)
tree4cbc80d039c3d31a3e33c44b7fb127061079be45 /gnu
parentaafdf7ecf79657c21c9d85cd11fc2659648b617d (diff)
gnu: neovim: Update to 0.12.1.
* gnu/packages/vim.scm (neovim): Update to 0.12.1. Merges guix/guix!7755 Change-Id: I56afc43fff966720e80d6c85003bdb15a87d339f Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vim.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 08bc2d9c043..aebc5e3dd48 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -792,7 +792,7 @@ is based on Vim's builtin plugin support.")
792(define-public neovim 792(define-public neovim
793 (package 793 (package
794 (name "neovim") 794 (name "neovim")
795 (version "0.11.5") 795 (version "0.12.1")
796 (source (origin 796 (source (origin
797 (method git-fetch) 797 (method git-fetch)
798 (uri (git-reference 798 (uri (git-reference
@@ -801,7 +801,7 @@ is based on Vim's builtin plugin support.")
801 (file-name (git-file-name name version)) 801 (file-name (git-file-name name version))
802 (sha256 802 (sha256
803 (base32 803 (base32
804 "1b524vi44gkcsyy8w4jggvprwdsgy0gjprgxpyhh0dmqm47c0c48")) 804 "1lydhvm4abh2y3336nyqqbwiszllnw63c98wdna2mrhi44gfh2jf"))
805 (patches (search-patches "neovim-tree-sitter-grammar-path.patch")))) 805 (patches (search-patches "neovim-tree-sitter-grammar-path.patch"))))
806 (build-system cmake-build-system) 806 (build-system cmake-build-system)
807 (arguments 807 (arguments