* [bug#37451] [PATCH] Update libvterm to version 0.1.1
@ 2019-09-18 19:40 HiPhish
2019-09-18 21:00 ` Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: HiPhish @ 2019-09-18 19:40 UTC (permalink / raw)
To: 37451
[-- 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#37451] [PATCH] Update libvterm to version 0.1.1
2019-09-18 19:40 [bug#37451] [PATCH] Update libvterm to version 0.1.1 HiPhish
@ 2019-09-18 21:00 ` Ricardo Wurmus
2019-09-18 21:42 ` bug#37451: " Ricardo Wurmus
0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2019-09-18 21:00 UTC (permalink / raw)
To: HiPhish; +Cc: 37451
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’d like to attribute this patch to you, but you’ve sent a diff (not the
output of “git format-patch -1” after a commit) which doesn’t contain
authorship information. I would write a commit summary according to our
conventions, but I’d need to know with what name and email address you
would like to appear as the author.
--
Ricardo
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#37451: [PATCH] Update libvterm to version 0.1.1
2019-09-18 21:00 ` Ricardo Wurmus
@ 2019-09-18 21:42 ` Ricardo Wurmus
0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2019-09-18 21:42 UTC (permalink / raw)
To: HiPhish; +Cc: 37451-done
Ricardo Wurmus <rekado@elephly.net> 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’d like to attribute this patch to you, but you’ve sent a diff (not the
> output of “git format-patch -1” after a commit) which doesn’t contain
> authorship information. I would write a commit summary according to our
> conventions, but I’d need to know with what name and email address you
> would like to appear as the author.
Thanks for sending me the output of “git format-patch” off-list. It
wasn’t *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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-18 21:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-18 19:40 [bug#37451] [PATCH] Update libvterm to version 0.1.1 HiPhish
2019-09-18 21:00 ` Ricardo Wurmus
2019-09-18 21:42 ` bug#37451: " Ricardo Wurmus
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).