GNU bug report logs -
#74167
[PATCH] gnu: neovim: Update to 0.10.2.
Previous Next
To reply to this bug, email your comments to 74167 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74167
; Package
guix-patches
.
(Fri, 01 Nov 2024 18:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Doğan Çeçen <sepeth <at> fastmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 01 Nov 2024 18:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/vim.scm (neovim): Update to 0.10.2.
Change-Id: Id444508fa68a3797031dfb65ed98ef4c3c9969b7
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index a7f07ec0f6..2085371f8c 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -774,7 +774,7 @@ (define-public neovim-packer
(define-public neovim
(package
(name "neovim")
- (version "0.9.5")
+ (version "0.10.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -783,7 +783,7 @@ (define-public neovim
(file-name (git-file-name name version))
(sha256
(base32
- "1j3z7jay0m6g06v04falrzr062g07xr4svbrc3hywlqi2h6rrvk5"))))
+ "0r5mjfsgrllxi44i9k6lb8b99rpzrwhkg18aiqmby8wwzflbqdy3"))))
(build-system cmake-build-system)
(arguments
(list #:modules
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
prerequisite-patch-id: 92d7009719a2df665b401eb25ee08f8d276be4bb
prerequisite-patch-id: 20902e145fdee43b599da928d596390abaa69805
prerequisite-patch-id: dac483968b1957155d74b642d21873f90b4c9d54
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74167
; Package
guix-patches
.
(Fri, 01 Nov 2024 19:04:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I forgot to mention that this requires a newer version of tree-sitter, which is updated with #74148 https://issues.guix.gnu.org/74148
[Message part 2 (text/html, inline)]
Added blocking bug(s) 1 and 74148
Request was from
Nicolas Graves <ngraves <at> ngraves.fr>
to
control <at> debbugs.gnu.org
.
(Sun, 03 Nov 2024 20:14:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#74167
; Package
guix-patches
.
(Sun, 13 Apr 2025 13:56:05 GMT)
Full text and
rfc822 format available.
Message #13 received at 74167 <at> debbugs.gnu.org (full text, mbox):
unblock 74167 by 74148
Bug #74148 was supplanted by #70146, which in turn was just adapted for tree-
sitter 0.25.3. This is currently in the rust-team branch. I have tested neovim
0.10.4 against this branch, and it works. Updating to neovim 0.11.0 will be
blocked by #77756 as it requires a newer utf8proc.
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.