diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-02-02 11:38:28 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-02-02 11:38:28 +0100 |
commit | c14b3a8d7b5b1789accd3070a80c20ba05a5f1b3 (patch) | |
tree | 39bcee5c43de734f2ba21ba01116f77495e84aea /gnu/packages/finance.scm | |
parent | 352033f31b09fb0632423c0926180d9b366b0624 (diff) | |
download | patches-c14b3a8d7b5b1789accd3070a80c20ba05a5f1b3.tar patches-c14b3a8d7b5b1789accd3070a80c20ba05a5f1b3.tar.gz |
gnu: silkaj: Update to 0.6.5.
* gnu/packages/finance.scm (silkaj): Update to 0.6.5.
[inputs]: Add python-click, python-dunitpery. Remove python-pyaes,
python-scrypt, and python-commandlines.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 45aa89ea82..9549db71dc 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -913,7 +913,7 @@ main features are: (define-public silkaj (package (name "silkaj") - (version "0.6.1") + (version "0.6.5") (source (origin (method git-fetch) @@ -923,17 +923,16 @@ main features are: (file-name (git-file-name name version)) (sha256 (base32 - "0a99gbgdd7m9wisqhqpfyaim0rlv9gkp8gmrppkagqf6j0683igh")))) + "1fy509vsmz7rs9m3vah0ky0jvq9mxmfga6b18rkrkl2lbjk872q2")))) (build-system python-build-system) (arguments `(#:tests? #f)) ;no test (inputs - `(("python-commandlines" ,python-commandlines) - ("python-ipaddress" ,python-ipaddress) - ("python-pyaes" ,python-pyaes) - ("python-pynacl" ,python-pynacl) - ("python-scrypt" ,python-scrypt) - ("python-tabulate" ,python-tabulate))) + `(("click" ,python-click) + ("duniterpy" ,python-duniterpy) + ("ipaddress" ,python-ipaddress) + ("pynacl" ,python-pynacl) + ("tabulate" ,python-tabulate))) (home-page "https://silkaj.duniter.org/") (synopsis "Command line client for Duniter network") (description "@code{Silkaj} is a command line client for the |