[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: neovim: Update to 0.8.0.
From: |
guix-commits |
Subject: |
02/04: gnu: neovim: Update to 0.8.0. |
Date: |
Sun, 2 Oct 2022 08:07:37 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 1df3af9bdffad08c14e784c0f3911ae95d5d6769
Author: ギャラ <aya@fubuki.me>
AuthorDate: Sat Oct 1 09:30:33 2022 +0900
gnu: neovim: Update to 0.8.0.
* gnu/packages/vim.scm (neovim): Update to 0.8.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 c6bfbb5c6b..901527e159 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -685,7 +685,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.7.2")
+ (version "0.8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -694,7 +694,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
+ "0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
(build-system cmake-build-system)
(arguments
(list #:modules