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.3.4.


From: guix-commits
Subject: 01/01: gnu: neovim: Update to 0.3.4.
Date: Sun, 17 Feb 2019 04:31:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 52bc70e42d4da8901d6093b276822e783a76853a
Author: Danny O'Brien <address@hidden>
Date:   Tue Feb 12 22:12:00 2019 -0800

    gnu: neovim: Update to 0.3.4.
    
    * gnu/packages/vim.scm (neovim): Update to 0.3.4.
    [home-page]: Use HTTPS.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/vim.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 8da08c4..5e1e9b8 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -675,7 +675,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.3.1")
+    (version "0.3.4")
     (source
      (origin
        (method url-fetch)
@@ -684,7 +684,7 @@ are detected, the user is notified.")))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "08mdffcw4k503bccm1plq8r7hjx4w61w5jyfdj80fr079hnkjpmw"))))
+         "03mwfhr9rq86p8lypbdfyl7c7xyn6nzv2ipd8jc33bxzvs5i0hd6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
@@ -730,7 +730,7 @@ are detected, the user is notified.")))
      `(("pkg-config" ,pkg-config)
        ("gettext" ,gettext-minimal)
        ("gperf" ,gperf)))
-    (home-page "http://neovim.io";)
+    (home-page "https://neovim.io";)
     (synopsis "Fork of vim focused on extensibility and agility")
     (description "Neovim is a project that seeks to aggressively
 refactor Vim in order to:



reply via email to

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