guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: neovim: Update to 0.9.1.


From: guix-commits
Subject: 07/07: gnu: neovim: Update to 0.9.1.
Date: Sat, 1 Jul 2023 03:10:08 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 92d05b79e89ffa4635bf5d9eb49da3771c35c5e0
Author: Benjamin <benjamin@uvy.fr>
AuthorDate: Thu Jun 29 10:01:23 2023 +0200

    gnu: neovim: Update to 0.9.1.
    
    * gnu/packages/vim.scm (neovim): Update to 0.9.1.
    
    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 f928087e8a..f004e9d602 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -693,7 +693,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.0")
+    (version "0.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -702,7 +702,7 @@ are detected, the user is notified.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
+                "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules



reply via email to

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