From: HiPhish <hiphish@posteo.de>
To: 37451@debbugs.gnu.org
Subject: [bug#37451] [PATCH] Update libvterm to version 0.1.1
Date: Wed, 18 Sep 2019 21:40:57 +0200 [thread overview]
Message-ID: <20647564.kr67RFdfiE@aleksandar-ixtreme-m5740> (raw)
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
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.
[-- Attachment #2: guix-libvterm.txt --]
[-- Type: text/plain, Size: 724 bytes --]
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
next reply other threads:[~2019-09-18 19:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-18 19:40 HiPhish [this message]
2019-09-18 21:00 ` [bug#37451] [PATCH] Update libvterm to version 0.1.1 Ricardo Wurmus
2019-09-18 21:42 ` bug#37451: " Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20647564.kr67RFdfiE@aleksandar-ixtreme-m5740 \
--to=hiphish@posteo.de \
--cc=37451@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).