guix-commits
[Top][All Lists]
Advanced

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

126/182: gnu: neovim: Update to 0.4.3.


From: guix-commits
Subject: 126/182: gnu: neovim: Update to 0.4.3.
Date: Fri, 15 Nov 2019 00:01:53 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit ca0528390066b74cd2a24dd9cd79933794a78c63
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 9 00:52:46 2019 +0100

    gnu: neovim: Update to 0.4.3.
    
    * gnu/packages/vim.scm (neovim): Update to 0.4.3.
---
 gnu/packages/vim.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index fbc0b48..29563a7 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -734,7 +734,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.4.2")
+    (version "0.4.3")
     (source
      (origin
        (method git-fetch)
@@ -743,8 +743,7 @@ are detected, the user is notified.")))
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "13w446plvgl219lhj29jyimhiqvs1y1byrz4qpdmxgyddmx9xqss"))))
+        (base32 "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)



reply via email to

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