From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYVlr-0004Ie-Kf for guix-patches@gnu.org; Wed, 05 Jun 2019 09:16:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYVlq-0007dC-LR for guix-patches@gnu.org; Wed, 05 Jun 2019 09:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33237) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYVlq-0007cg-HC for guix-patches@gnu.org; Wed, 05 Jun 2019 09:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYVlq-0002Br-AT for guix-patches@gnu.org; Wed, 05 Jun 2019 09:16:02 -0400 Subject: [bug#36096] [PATCH] gnu: Update neovim to 0.3.7. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYVlB-0003ye-R9 for guix-patches@gnu.org; Wed, 05 Jun 2019 09:15:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYVlA-0006NF-Qi for guix-patches@gnu.org; Wed, 05 Jun 2019 09:15:21 -0400 Received: from mout.web.de ([212.227.15.4]:36929) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYVlA-0006GT-Ck for guix-patches@gnu.org; Wed, 05 Jun 2019 09:15:20 -0400 From: Jonathan Brielmaier Date: Wed, 5 Jun 2019 15:14:55 +0200 Message-Id: <20190605131455.25131-1-jonathan.brielmaier@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36096@debbugs.gnu.org * gnu/packages/vim.scm (neovim): Update to 0.3.7. This includes a fix for a security issue described here: https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-ne= ovim.md =2D-- 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 8789060b3c..aa543b68d0 100644 =2D-- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -730,7 +730,7 @@ are detected, the user is notified."))) (define-public neovim (package (name "neovim") - (version "0.3.5") + (version "0.3.7") (source (origin (method git-fetch) @@ -740,7 +740,7 @@ are detected, the user is notified."))) (file-name (git-file-name name version)) (sha256 (base32 - "113lrr9gwimvvzlkwlishm4cjqcf30xq9jfxn7vh41ckgnbiwf3w")))) + "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh")))) (build-system cmake-build-system) (arguments `(#:modules ((srfi srfi-26) =2D- 2.21.0