guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: neovim: Update to 0.7.2.


From: guix-commits
Subject: branch master updated: gnu: neovim: Update to 0.7.2.
Date: Wed, 17 Aug 2022 02:22:07 -0400

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 <mike@mjones.io>
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: 宋文武 <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 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



reply via email to

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