guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: silkaj: Update to 0.7.0.


From: guix-commits
Subject: 01/01: gnu: silkaj: Update to 0.7.0.
Date: Thu, 23 May 2019 10:53:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f41378b797574dc550a700d12cb1752497940496
Author: Nicolas Goaziou <address@hidden>
Date:   Thu May 23 16:52:55 2019 +0200

    gnu: silkaj: Update to 0.7.0.
    
    * gnu/packages/finance.scm (silkaj): Update to 0.7.0.
    [inputs]: Add python-texttable.
---
 gnu/packages/finance.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ef5bcbf..592e353 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -991,7 +991,7 @@ main features are:
 (define-public silkaj
   (package
     (name "silkaj")
-    (version "0.6.5")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -1001,7 +1001,7 @@ main features are:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1fy509vsmz7rs9m3vah0ky0jvq9mxmfga6b18rkrkl2lbjk872q2"))))
+         "0pnd5v15sgxxm114sbs0z24a4dars5hy1nabc9v9ask7kxzrxs9y"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;no test
@@ -1010,7 +1010,8 @@ main features are:
        ("duniterpy" ,python-duniterpy)
        ("ipaddress" ,python-ipaddress)
        ("pynacl" ,python-pynacl)
-       ("tabulate" ,python-tabulate)))
+       ("tabulate" ,python-tabulate)
+       ("texttable" ,python-texttable)))
     (home-page "https://silkaj.duniter.org/";)
     (synopsis "Command line client for Duniter network")
     (description "@code{Silkaj} is a command line client for the



reply via email to

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