guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: neovim: Update to 0.9.5.


From: guix-commits
Subject: 01/03: gnu: neovim: Update to 0.9.5.
Date: Thu, 11 Jan 2024 07:41:32 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit c73349d59545a7b80a4ac5ee59b3dff05d06aa4e
Author: Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
AuthorDate: Wed Jan 3 16:37:36 2024 +0000

    gnu: neovim: Update to 0.9.5.
    
    * gnu/packages/vim.scm (neovim): Update to 0.9.5.
    
    Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 e301088394..55c896f373 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -769,7 +769,7 @@ is based on Vim's builtin plugin support.")
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.4")
+    (version "0.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -778,7 +778,7 @@ is based on Vim's builtin plugin support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp"))))
+                "1j3z7jay0m6g06v04falrzr062g07xr4svbrc3hywlqi2h6rrvk5"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules



reply via email to

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