guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libvterm: Update to 0.1.3.


From: guix-commits
Subject: 02/02: gnu: libvterm: Update to 0.1.3.
Date: Sun, 9 Aug 2020 15:43:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d8787cb5696989168d03e9402a32a08ad60a4818
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Aug 9 19:56:23 2020 +0200

    gnu: libvterm: Update to 0.1.3.
    
    * gnu/packages/terminals.scm (libvterm): Update to 0.1.3.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index a78e288..55a1e67 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -468,7 +468,7 @@ should be thread-safe.")
 (define-public libvterm
   (package
     (name "libvterm")
-    (version "0.1.1")
+    (version "0.1.3")
     (source
      (origin
        (method url-fetch)
@@ -476,7 +476,7 @@ should be thread-safe.")
                            "libvterm-" version ".tar.gz"))
        (sha256
         (base32
-         "1n5maylann2anfifjy576vzyar9q5m1kzpyiz2hca2pacxy8xf4v"))))
+         "0awfszvhc3cjsrqyx66fdmrc09k0wbm5mz78jpqf0n26d93285z4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]