guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libvterm: Update to 0.1.4.


From: guix-commits
Subject: branch master updated: gnu: libvterm: Update to 0.1.4.
Date: Mon, 24 Aug 2020 13:58:41 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fd69aa5  gnu: libvterm: Update to 0.1.4.
fd69aa5 is described below

commit fd69aa524f0f45c9d8fa722363aa815e6c7b9056
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Aug 24 18:09:59 2020 +0200

    gnu: libvterm: Update to 0.1.4.
    
    * gnu/packages/terminals.scm (libvterm): Update to 0.1.4.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 4d6c22d..57c84d7 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.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
@@ -476,7 +476,7 @@ should be thread-safe.")
                            "libvterm-" version ".tar.gz"))
        (sha256
         (base32
-         "0awfszvhc3cjsrqyx66fdmrc09k0wbm5mz78jpqf0n26d93285z4"))))
+         "1pfkhbbihd2kvaza707vl2nvk7bxaawmb37wf9v6d72mjng38w5w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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