From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czRzT-0000eJ-E7 for guix-patches@gnu.org; Sat, 15 Apr 2017 14:00:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czRzP-0000lq-PS for guix-patches@gnu.org; Sat, 15 Apr 2017 14:00:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51114) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czRzP-0000ll-LZ for guix-patches@gnu.org; Sat, 15 Apr 2017 14:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czRzP-0001wb-BP for guix-patches@gnu.org; Sat, 15 Apr 2017 14:00:03 -0400 Subject: bug#26523: vim update to 8.0.0566 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czRyU-0000aq-E0 for guix-patches@gnu.org; Sat, 15 Apr 2017 13:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czRyQ-0000HS-Nx for guix-patches@gnu.org; Sat, 15 Apr 2017 13:59:06 -0400 Received: from latitanza.investici.org ([82.94.249.234]:62819) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1czRyQ-0000F9-DX for guix-patches@gnu.org; Sat, 15 Apr 2017 13:59:02 -0400 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id B0D26120EA6 for ; Sat, 15 Apr 2017 17:58:59 +0000 (UTC) Date: Sat, 15 Apr 2017 17:58:47 +0000 From: ng0 Message-ID: <20170415175847.muxljv3647qaquzd@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="gaibfrhs2ty75hdm" Content-Disposition: inline Content-Transfer-Encoding: 7bit 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: 26523@debbugs.gnu.org --gaibfrhs2ty75hdm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline The appended patch updates vim to 8.0.0566. This does not fix the open bug where vim-full fails the testsuite. -- PGP and more: https://people.pragmatique.xyz/ng0/ --gaibfrhs2ty75hdm Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-vim-Update-to-8.0.0566.patch" Content-Transfer-Encoding: quoted-printable >From 6b688bf7c0e76da23051145b4cbaeb53c6039114 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 15 Apr 2017 13:49:48 +0000 Subject: [PATCH] gnu: vim: Update to 8.0.0566. * gnu/packages/vim.scm (vim): Update to 8.0.0566. --- 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 3dbd6d952..44ae52202 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2013 Cyril Roelandt ;;; Copyright =C2=A9 2016 Efraim Flashner -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2017 Marius Bakke ;;; @@ -60,7 +60,7 @@ (define-public vim (package (name "vim") - (version "8.0.0494") + (version "8.0.0566") (source (origin (method url-fetch) (uri (string-append "https://github.com/vim/vim/archive/v" @@ -68,7 +68,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "08kzimdyla35ndrbn68jf8pmzm7nd2qrydnvk57j089m6ajic62r")))= ) + "0qq9pj8391sikzaahlqi289l5wdkbvsdhz8qb6np268yqizpg4p2")))= ) (build-system gnu-build-system) (arguments `(#:test-target "test" --=20 2.12.2 --gaibfrhs2ty75hdm--