guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: neovim: Update to 0.8.1.


From: guix-commits
Subject: 08/08: gnu: neovim: Update to 0.8.1.
Date: Thu, 17 Nov 2022 07:04:24 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 7b7e80cf2505940b092deb9caa1b3cf90779ef8e
Author: ギャラ <me@gyara.moe>
AuthorDate: Tue Nov 15 11:04:27 2022 +0900

    gnu: neovim: Update to 0.8.1.
    
    * gnu/packages/vim.scm (neovim): Update to 0.8.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 c35b74eec2..957f00a92e 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -692,7 +692,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -701,7 +701,7 @@ are detected, the user is notified.")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
+                "08qyni2qg63ghxl50am97pajdhkp05s1cglis3mlvkxx3pvzkrli"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules



reply via email to

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