all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74167] [PATCH] gnu: neovim: Update to 0.10.2.
@ 2024-11-01  6:38 Doğan Çeçen
  2024-11-01  6:53 ` Doğan Çeçen
  0 siblings, 1 reply; 2+ messages in thread
From: Doğan Çeçen @ 2024-11-01  6:38 UTC (permalink / raw)
  To: 74167; +Cc: Doğan Çeçen

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#74167] [PATCH] gnu: neovim: Update to 0.10.2.
  2024-11-01  6:38 [bug#74167] [PATCH] gnu: neovim: Update to 0.10.2 Doğan Çeçen
@ 2024-11-01  6:53 ` Doğan Çeçen
  0 siblings, 0 replies; 2+ messages in thread
From: Doğan Çeçen @ 2024-11-01  6:53 UTC (permalink / raw)
  To: 74167

[-- Attachment #1: Type: text/plain, Size: 133 bytes --]

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 #2: Type: text/html, Size: 284 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-01 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01  6:38 [bug#74167] [PATCH] gnu: neovim: Update to 0.10.2 Doğan Çeçen
2024-11-01  6:53 ` Doğan Çeçen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.