This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b74386efea gnu: neovim: Update to 0.7.2.
b74386efea is described below
commit b74386efeaacaed95091b3e3390cc7580161cb28
Author: Mike Jones <[email protected]>
AuthorDate: Tue Aug 16 19:08:00 2022 +0100
gnu: neovim: Update to 0.7.2.
* gnu/packages/vim.scm (neovim): Update to 0.7.2.
Signed-off-by: 宋文武 <[email protected]>
---
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 945c7f3863..bd25ae0be4 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -659,7 +659,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.7.0")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -668,7 +668,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "1m7xmry66pn27gvk7qj9di83xa1h7zjp4c6ygnf218pqhr08x06g"))))
+ "1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
(build-system cmake-build-system)
(arguments
(list #:modules