From unknown Mon Jun 23 18:33:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37451] [PATCH] Update libvterm to version 0.1.1 Resent-From: HiPhish Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Sep 2019 19:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37451 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37451@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156883567220154 (code B ref -1); Wed, 18 Sep 2019 19:42:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Sep 2019 19:41:12 +0000 Received: from localhost ([127.0.0.1]:54859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAfp9-0005F0-Vv for submit@debbugs.gnu.org; Wed, 18 Sep 2019 15:41:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:47827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAfp7-0005Er-VH for submit@debbugs.gnu.org; Wed, 18 Sep 2019 15:41:10 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1568835661; bh=Tr4cagG9ptT8/djd80UvdgURJSaG0jGL2l3ELvvhdpc=; h=From:To:Subject:Date:From; b=W6mIEfscM1lQ/0gzZBbE/lRWpWp+IcAvE+a9yW/PeatGCtIgS0tPnMNbmqI2v4n2h eFSEIr1S4TdtQTJqlbXAFYeHXDYotEUf8UprHoTrskHbeIXY76Kuyn/vrhU0aZL0MB +BmMJHWV+oybXEG4Go+4FpieK5Z3p6X3+jMikgnJeIUhYuVEgg4Hnsq/cUsWSEsiLM hGJ9z+MPivk4vcwq4Dapw4oKM7E92vG1ypkaCpnRGiovj1nDsYsLIdACOzAdwlvLOs Uy4RuYnazyeJqVBeT4FHihivu01W07/+9zj1HNjlCztK2Onaz93dXc/DbXp9kqo1BD wAMO3ELcRdkeA== 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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-- From unknown Mon Jun 23 18:33:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37451] [PATCH] Update libvterm to version 0.1.1 Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Sep 2019 21:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37451 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: HiPhish Cc: 37451@debbugs.gnu.org Received: via spool by 37451-submit@debbugs.gnu.org id=B37451.156884044429242 (code B ref 37451); Wed, 18 Sep 2019 21:01:01 +0000 Received: (at 37451) by debbugs.gnu.org; 18 Sep 2019 21:00:44 +0000 Received: from localhost ([127.0.0.1]:54900 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAh48-0007ba-9Z for submit@debbugs.gnu.org; Wed, 18 Sep 2019 17:00:44 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21393) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAh43-0007bI-Ll for 37451@debbugs.gnu.org; Wed, 18 Sep 2019 17:00:42 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1568840436; cv=none; d=zoho.com; s=zohoarc; b=FU089o+JZGf3x+bsUfs1vZaLbaoI2S7YLxNRKqlhfVkRRsBzK+b13aHkHLHwi4v42j7zjT0e9+gEO0g2cg8GWg5gGbsKv9JikM+NVCa7InN3ZHUJ2JBcvIdvVXb6iAXyfLcZeItTUzp22czTRSEk+2uJWZwDXdC/lFnmDYljnnw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568840436; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=rT91KY1NnH1JVZ10q+J2r0I5O2sYYDQ+OSW2krdeLE4=; b=WtnsSzphYg33L70LVKSwS7Ixtp9cX1hEAdgFpJN/aUJcfLdduSeJurIRhZh+EM2WNQ9vZ5+wy+0qitgKlb1FnaoqChzijhrP4KpRJCHxEMhn0FX8lHoCTe1WJRACQsvnp/cH3jVwJ1SlDKBvPrpOq3y3MDs/ZR1TiE0+eMQr/0I= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1568840436; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=652; bh=rT91KY1NnH1JVZ10q+J2r0I5O2sYYDQ+OSW2krdeLE4=; b=A2ETBm4x2QqTO0LI+JZe4k4+9PyZSfNushp2HTbQ9DSgg3eL08+y0h/yzk72Rv9v 1y672jAg186jkuAoS9mpYy4faS51Zvd0p0m27jW90xiuzuNHC8eilk7cDAv1C7eYgXl XFue8b6fLn3eRG+brjyyUBaxdFrJncHxwdXGu7wE= Received: from localhost (p54AD4E3E.dip0.t-ipconnect.de [84.173.78.62]) by mx.zohomail.com with SMTPS id 1568840436310800.4270207287448; Wed, 18 Sep 2019 14:00:36 -0700 (PDT) References: <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus In-reply-to: <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 18 Sep 2019 23:00:32 +0200 Message-ID: <87k1a5nwun.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi HiPhish, > 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. thank you for this diff! I=E2=80=99d like to attribute this patch to you, but you=E2=80=99ve sent a = diff (not the output of =E2=80=9Cgit format-patch -1=E2=80=9D after a commit) which doesn= =E2=80=99t contain authorship information. I would write a commit summary according to our conventions, but I=E2=80=99d need to know with what name and email address = you would like to appear as the author. -- Ricardo From unknown Mon Jun 23 18:33:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: HiPhish Subject: bug#37451: closed (Re: [bug#37451] [PATCH] Update libvterm to version 0.1.1) Message-ID: References: <87imppnuxc.fsf@elephly.net> <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> X-Gnu-PR-Message: they-closed 37451 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37451@debbugs.gnu.org Date: Wed, 18 Sep 2019 21:43:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1568842984-1997-1" This is a multi-part message in MIME format... ------------=_1568842984-1997-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37451: [PATCH] Update libvterm to version 0.1.1 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 37451@debbugs.gnu.org. --=20 37451: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37451 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1568842984-1997-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37451-done) by debbugs.gnu.org; 18 Sep 2019 21:42:18 +0000 Received: from localhost ([127.0.0.1]:54916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAhiM-0000Ur-5j for submit@debbugs.gnu.org; Wed, 18 Sep 2019 17:42:18 -0400 Received: from sender4-of-o52.zoho.com ([136.143.188.52]:21259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAhiJ-0000Ue-Fu for 37451-done@debbugs.gnu.org; Wed, 18 Sep 2019 17:42:16 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1568842932; cv=none; d=zoho.com; s=zohoarc; b=grnHXL54rEfvor9g548bQHfI8eljL2XR4GTmJKItQNnCgTBQSJZGfFMBtkkaofQC8rxbikYdB+/Cpkqf8hmcko5FUj0gimP4HeLkBSNMo3jIbyyu+nU+6sdKHfiJSTmw48jBjwOtMzrJSpp8UYXSFejrIL4MgbGOz10LwosFeX8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568842932; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=jyZWsmWk95yXWVlZ9n5/w0IciNNTcGpYbCJrscuP37Y=; b=GsOx5z1K/9OroLMjyNwXsVDmrxhRybpR45PmV1+eTbhbhztxmVIkm/QS1714VwlvdGWhmUbJZr6seiJBTmBX9fE0SnBWdnzR2yzQ2SkOtpDycTD/juJRBn7+AF/dT7px6RsaiuQgtYyEZ5Nu8fUAenMYSVid5vTE/vwkiBx3WVI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1568842932; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1061; bh=jyZWsmWk95yXWVlZ9n5/w0IciNNTcGpYbCJrscuP37Y=; b=Dyb0gesyMso/ql6TejoPuBGQzumMHe4HZeI1wQgGY3PBpC54I6g1Lq3E3hcRjmNE NZfQcmarLN4bLTbrKRgnHenm6Q82X4X8hBLuzqD7O/qy7oZtMJMkCAMn3+IkfnPXycd UGwwskcE3NEEuRswhw4Wqn/7sZsYxhuQN+pCViSU= Received: from localhost (p54AD4E3E.dip0.t-ipconnect.de [84.173.78.62]) by mx.zohomail.com with SMTPS id 1568842930862685.7585574815943; Wed, 18 Sep 2019 14:42:10 -0700 (PDT) References: <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> <87k1a5nwun.fsf@elephly.net> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: HiPhish Subject: Re: [bug#37451] [PATCH] Update libvterm to version 0.1.1 In-reply-to: <87k1a5nwun.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 18 Sep 2019 23:42:07 +0200 Message-ID: <87imppnuxc.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37451-done Cc: 37451-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ricardo Wurmus writes: > Hi HiPhish, > >> 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. > > thank you for this diff! > > I=E2=80=99d like to attribute this patch to you, but you=E2=80=99ve sent = a diff (not the > output of =E2=80=9Cgit format-patch -1=E2=80=9D after a commit) which doe= sn=E2=80=99t contain > authorship information. I would write a commit summary according to our > conventions, but I=E2=80=99d need to know with what name and email addres= s you > would like to appear as the author. Thanks for sending me the output of =E2=80=9Cgit format-patch=E2=80=9D off-= list. It wasn=E2=80=99t *quite* the format I expected, so I made a few minor changes= to the commit message and pushed it to the master branch (see commit b48d77fcf6). Oh, before that I re-enabled the tests, because they work now. Yay! Thanks again! -- Ricardo ------------=_1568842984-1997-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 Sep 2019 19:41:12 +0000 Received: from localhost ([127.0.0.1]:54859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAfp9-0005F0-Vv for submit@debbugs.gnu.org; Wed, 18 Sep 2019 15:41:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:47827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iAfp7-0005Er-VH for submit@debbugs.gnu.org; Wed, 18 Sep 2019 15:41:10 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1568835661; bh=Tr4cagG9ptT8/djd80UvdgURJSaG0jGL2l3ELvvhdpc=; h=From:To:Subject:Date:From; b=W6mIEfscM1lQ/0gzZBbE/lRWpWp+IcAvE+a9yW/PeatGCtIgS0tPnMNbmqI2v4n2h eFSEIr1S4TdtQTJqlbXAFYeHXDYotEUf8UprHoTrskHbeIXY76Kuyn/vrhU0aZL0MB +BmMJHWV+oybXEG4Go+4FpieK5Z3p6X3+jMikgnJeIUhYuVEgg4Hnsq/cUsWSEsiLM hGJ9z+MPivk4vcwq4Dapw4oKM7E92vG1ypkaCpnRGiovj1nDsYsLIdACOzAdwlvLOs Uy4RuYnazyeJqVBeT4FHihivu01W07/+9zj1HNjlCztK2Onaz93dXc/DbXp9kqo1BD wAMO3ELcRdkeA== 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 To: guix-patches@gnu.org Subject: [PATCH] Update libvterm to version 0.1.1 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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-- ------------=_1568842984-1997-1--