guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libvterm: Update to 1.1.0.


From: guix-commits
Subject: 01/01: gnu: libvterm: Update to 1.1.0.
Date: Wed, 18 Sep 2019 17:37:33 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b48d77fcf66a7fd41ea281afdfb9a56794a0083e
Author: Alejandro "HiPhish" Sanchez <address@hidden>
Date:   Wed Sep 18 21:22:57 2019 +0200

    gnu: libvterm: Update to 1.1.0.
    
    * gnu/packages/terminals.scm (libvterm): Update to 1.1.0.
    [arguments]: Enable tests.
    
    Signed-off-by: Ricardo Wurmus <address@hidden>
---
 gnu/packages/terminals.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 98ed772..f902000 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,13 +468,12 @@ should be thread-safe.")
                            "libvterm-" version ".tar.gz"))
        (sha256
         (base32
-         "1pcxjhvdwhr2f3lyzf2rv1vp3l62bgkjm1ybhj82qf8yly7ca6g4"))))
+         "1n5maylann2anfifjy576vzyar9q5m1kzpyiz2hca2pacxy8xf4v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
        (list "CC=gcc"
              (string-append "PREFIX=" (assoc-ref %outputs "out")))
-       #:tests? #f ; XXX: some tests fail in this release
        #:test-target "test"
        #:phases
        (modify-phases %standard-phases



reply via email to

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