guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: unibilium: Update to 2.0.0.


From: guix-commits
Subject: 01/01: gnu: unibilium: Update to 2.0.0.
Date: Thu, 7 Mar 2019 03:50:41 -0500 (EST)

boskovits pushed a commit to branch master
in repository guix.

commit 2702aa913648b308a4fdac0b2b27b722894265ed
Author: Gábor Boskovits <address@hidden>
Date:   Thu Mar 7 09:45:01 2019 +0100

    gnu: unibilium: Update to 2.0.0.
    
    * gnu/packages/terminal.scm (unibilium): Update to 2.0.0.
    [native-inputs]: Add perl.
---
 gnu/packages/terminals.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 59cbe7c..b3979d8 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -410,7 +410,7 @@ has no notion of what's interesing, but it's very good at 
that notifying part.")
 (define-public unibilium
   (package
     (name "unibilium")
-    (version "1.2.1")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -420,7 +420,7 @@ has no notion of what's interesing, but it's very good at 
that notifying part.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "11mbfijdrvbmdlmxs8j4vij78ki0vna89yg3r9n9g1i6j45hiq2r"))))
+         "1wa9a32wzqnxqh1jh554afj13dzjr6mw2wzqzw8d08nza9pg2ra2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
@@ -433,7 +433,8 @@ has no notion of what's interesing, but it's very good at 
that notifying part.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (native-inputs
-     `(("libtool" ,libtool)))
+     `(("libtool" ,libtool)
+       ("perl" ,perl)))
     (home-page "https://github.com/mauke/unibilium";)
     (synopsis "Terminfo parsing library")
     (description "Unibilium is a basic C terminfo library.  It doesn't depend



reply via email to

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