guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: neovim: Update to 0.9.4.


From: guix-commits
Subject: 11/15: gnu: neovim: Update to 0.9.4.
Date: Fri, 3 Nov 2023 06:15:07 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 66ff9c82a3938c6f57c683490e0471b5df3e5f95
Author: Benjamin <benjamin@uvy.fr>
AuthorDate: Mon Oct 30 10:43:02 2023 +0100

    gnu: neovim: Update to 0.9.4.
    
    * gnu/packages/vim.scm (neovim): Update to 0.9.4.
    
    Change-Id: I7246390c69875cbc1d7442afe38abd31ce85616b
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 d2ea9b7ae1..c2ed7b9249 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -719,7 +719,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.1")
+    (version "0.9.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -728,7 +728,7 @@ are detected, the user is notified.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
+                "0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules



reply via email to

[Prev in Thread] Current Thread [Next in Thread]