unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53699] [PATCH] (neovim): Update to 0.6.1
@ 2022-02-01 12:46 ceephax
  2022-02-02  3:42 ` 宋文武
  2023-09-01 22:23 ` bug#53699: " Vagrant Cascadian
  0 siblings, 2 replies; 3+ messages in thread
From: ceephax @ 2022-02-01 12:46 UTC (permalink / raw)
  To: 53699; +Cc: ceephax

---
 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 d5667851a8..2cc75b5047 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -661,7 +661,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.4.4")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)
@@ -670,7 +670,7 @@ (define-public neovim
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11zyj6jvkwas3n6w1ckj3pk6jf81z1g7ngg4smmwm7c27y2a6f2m"))))
+        (base32 "10p6lg5yv9n6wcwdprwvvi56dfcm4wsj54nm0invyx3mhf7374lx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.35.1





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

end of thread, other threads:[~2023-09-01 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:46 [bug#53699] [PATCH] (neovim): Update to 0.6.1 ceephax
2022-02-02  3:42 ` 宋文武
2023-09-01 22:23 ` bug#53699: " Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).