[PATCH] gnu: neovim: Update to 0.10.2.

  • Open
  • quality assurance status badge
Details
2 participants
  • Nicolas Graves
  • Doğan Çeçen
Owner
unassigned
Submitted by
Doğan Çeçen
Severity
normal
Blocked by

Debbugs page

Doğan Çeçen wrote 4 months ago
(address . guix-patches@gnu.org)(name . Doğan Çeçen)(address . sepeth@fastmail.com)
95766a8f73ab4cd151a08a1cd890621ef6bc263d.1730443131.git.sepeth@fastmail.com
* 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(-)

Toggle diff (29 lines)
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
Doğan Çeçen wrote 4 months ago
(address . guix-patches@gnu.org)
c1a01a5d-89c7-4ff3-ae22-75658f8ae55d@app.fastmail.com
I forgot to mention that this requires a newer version of tree-sitter, which is updated with #74148 https://issues.guix.gnu.org/74148
Attachment: file
Nicolas Graves wrote 4 months ago
control message for bug #74167
(address . control@debbugs.gnu.org)
87v7x4nkiw.fsf@ngraves.fr
block 74167 by 74148
quit


--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74167@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74167
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help