diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:52:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-05-23 16:52:55 +0200 |
commit | f41378b797574dc550a700d12cb1752497940496 (patch) | |
tree | 4db818e268b5e627b9f91f6b67e9fbedaae48c35 /gnu | |
parent | 3425fbc69f706a43fc25a48c345ff273a420abae (diff) | |
download | guix-f41378b797574dc550a700d12cb1752497940496.tar guix-f41378b797574dc550a700d12cb1752497940496.tar.gz |
gnu: silkaj: Update to 0.7.0.
* gnu/packages/finance.scm (silkaj): Update to 0.7.0.
[inputs]: Add python-texttable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index ef5bcbfc61..592e353723 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 |