summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Khoo <johnkhootf@gmail.com>2025-04-30 04:42:49 +0800
committerHilton Chain <hako@ultrarare.space>2025-08-21 19:08:56 +0800
commitd76575b7a6c44f8af4309a0d7c9fafeaa236612e (patch)
tree917fe7e2b62a98565dfad68094753f66fd392e34 /gnu
parent88ee1c5c86b9cffc952dadf2e0cfa1b82484d3a8 (diff)
gnu: neovim: Update to 0.11.1.
* gnu/packages/vim.scm (neovim): Update to 0.11.1. [inputs]: Add utf8proc. Change-Id: I278b533b2ff13e2b40652ce451c9924fc729df5a Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vim.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index b67f5b13733..36357598ef8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -79,6 +79,7 @@
79 #:use-module (gnu packages shells) 79 #:use-module (gnu packages shells)
80 #:use-module (gnu packages tcl) 80 #:use-module (gnu packages tcl)
81 #:use-module (gnu packages text-editors) 81 #:use-module (gnu packages text-editors)
82 #:use-module (gnu packages textutils)
82 #:use-module (gnu packages terminals) 83 #:use-module (gnu packages terminals)
83 #:use-module (gnu packages tree-sitter) 84 #:use-module (gnu packages tree-sitter)
84 #:use-module (gnu packages xdisorg) 85 #:use-module (gnu packages xdisorg)
@@ -799,7 +800,7 @@ is based on Vim's builtin plugin support.")
799(define-public neovim 800(define-public neovim
800 (package 801 (package
801 (name "neovim") 802 (name "neovim")
802 (version "0.9.5") 803 (version "0.11.1")
803 (source (origin 804 (source (origin
804 (method git-fetch) 805 (method git-fetch)
805 (uri (git-reference 806 (uri (git-reference
@@ -808,7 +809,7 @@ is based on Vim's builtin plugin support.")
808 (file-name (git-file-name name version)) 809 (file-name (git-file-name name version))
809 (sha256 810 (sha256
810 (base32 811 (base32
811 "1j3z7jay0m6g06v04falrzr062g07xr4svbrc3hywlqi2h6rrvk5")))) 812 "0arypdiycmss5g9wav21hfdc384v1ly82jnsc32zincl2y3f628q"))))
812 (build-system cmake-build-system) 813 (build-system cmake-build-system)
813 (arguments 814 (arguments
814 (list #:tests? #f 815 (list #:tests? #f
@@ -867,6 +868,7 @@ is based on Vim's builtin plugin support.")
867 libtermkey 868 libtermkey
868 libvterm 869 libvterm
869 unibilium 870 unibilium
871 utf8proc
870 jemalloc 872 jemalloc
871 (if (member (if (%current-target-system) 873 (if (member (if (%current-target-system)
872 (gnu-triplet->nix-system (%current-target-system)) 874 (gnu-triplet->nix-system (%current-target-system))