guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: neovim: Update to 0.2.0.


From: Ricardo Wurmus
Subject: 01/01: gnu: neovim: Update to 0.2.0.
Date: Thu, 4 May 2017 11:36:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3e961de4347ce175a5417f37acfe3c6e29f1bc3d
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 4 17:34:54 2017 +0200

    gnu: neovim: Update to 0.2.0.
    
    * gnu/packages/vim.scm (neovim): Update to 0.2.0.
---
 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 44ae522..5ceb7c8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -515,7 +515,7 @@ and powerline symbols, etc.")
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.1.7")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
@@ -524,7 +524,7 @@ and powerline symbols, etc.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0zjbpc4rhv5bcr353xqnbrc36zjvn7qvh8xf6s7n1bdi3788by6q"))))
+         "1db27zm6cldm1aw0570vii1bxc16a34x8lissl1h9rizsbwn7qkj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)



reply via email to

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