diff mbox series

[bug#42724] gnu: neovim: Update to 0.4.0

Message ID 5477614.DvuYhMxLoT@ixtreme-m5740
State Accepted
Headers show
Series [bug#42724] gnu: neovim: Update to 0.4.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

HiPhish Aug. 5, 2020, 8:21 p.m. UTC

Comments

Efraim Flashner Aug. 6, 2020, 9:20 a.m. UTC | #1
I had to touchup the commit message (update to 0.4.4, not 0.4.0 :) ) but
otherwise looks good. Patch pushed!
diff mbox series

Patch

From 960e72b794f253dae47521a82f4a6899a3212fc1 Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Wed, 5 Aug 2020 22:00:38 +0200
Subject: [PATCH] gnu: neovim: Update to 0.4.4

* gnu/package/vim.scm (neovim): Update to 0.4.4
---
 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 ab3492fe25..5a8011bc76 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -629,7 +629,7 @@  are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method git-fetch)
@@ -638,7 +638,7 @@  are detected, the user is notified.")))
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj"))))
+        (base32 "11zyj6jvkwas3n6w1ckj3pk6jf81z1g7ngg4smmwm7c27y2a6f2m"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.25.1