unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

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).