From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34703) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAfpz-00010o-3w for guix-patches@gnu.org; Wed, 18 Sep 2019 15:42:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAfpy-0007vE-4X for guix-patches@gnu.org; Wed, 18 Sep 2019 15:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iAfpy-0007v6-18 for guix-patches@gnu.org; Wed, 18 Sep 2019 15:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iAfpx-0005GN-S2 for guix-patches@gnu.org; Wed, 18 Sep 2019 15:42:01 -0400 Subject: [bug#37451] [PATCH] Update libvterm to version 0.1.1 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34591) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAfp6-0000q4-Gz for guix-patches@gnu.org; Wed, 18 Sep 2019 15:41:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAfp5-0007Uz-Cr for guix-patches@gnu.org; Wed, 18 Sep 2019 15:41:08 -0400 Received: from mout01.posteo.de ([185.67.36.65]:50501) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iAfp2-0007T7-VO for guix-patches@gnu.org; Wed, 18 Sep 2019 15:41:07 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 365E0160060 for ; Wed, 18 Sep 2019 21:41:01 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46YVhX1wx3z6tmL for ; Wed, 18 Sep 2019 21:41:00 +0200 (CEST) From: HiPhish Date: Wed, 18 Sep 2019 21:40:57 +0200 Message-ID: <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart1723320.EOI5uSOuQ7" 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: 37451@debbugs.gnu.org This is a multi-part message in MIME format. --nextPart1723320.EOI5uSOuQ7 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" This patch bumps the version number of libvterm. The tarball for release 0.1 has a bug which breaks the terminal emulator inside Neovim, so this new release fixes Neovim as well in the process. --nextPart1723320.EOI5uSOuQ7 Content-Disposition: attachment; filename="guix-libvterm.txt" Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; name="guix-libvterm.txt" diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 98ed77289a..9cf3db8b7f 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -460,7 +460,7 @@ should be thread-safe.") (define-public libvterm (package (name "libvterm") - (version "0.1") + (version "0.1.1") (source (origin (method url-fetch) @@ -468,7 +468,7 @@ should be thread-safe.") "libvterm-" version ".tar.gz")) (sha256 (base32 - "1pcxjhvdwhr2f3lyzf2rv1vp3l62bgkjm1ybhj82qf8yly7ca6g4")))) + "1n5maylann2anfifjy576vzyar9q5m1kzpyiz2hca2pacxy8xf4v")))) (build-system gnu-build-system) (arguments `(#:make-flags --nextPart1723320.EOI5uSOuQ7--