mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
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.
This commit is contained in:
parent
352033f31b
commit
c14b3a8d7b
1 changed files with 7 additions and 8 deletions
|
@ -913,7 +913,7 @@ (define-public python-duniterpy
|
||||||
(define-public silkaj
|
(define-public silkaj
|
||||||
(package
|
(package
|
||||||
(name "silkaj")
|
(name "silkaj")
|
||||||
(version "0.6.1")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -923,17 +923,16 @@ (define-public silkaj
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a99gbgdd7m9wisqhqpfyaim0rlv9gkp8gmrppkagqf6j0683igh"))))
|
"1fy509vsmz7rs9m3vah0ky0jvq9mxmfga6b18rkrkl2lbjk872q2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no test
|
`(#:tests? #f)) ;no test
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-commandlines" ,python-commandlines)
|
`(("click" ,python-click)
|
||||||
("python-ipaddress" ,python-ipaddress)
|
("duniterpy" ,python-duniterpy)
|
||||||
("python-pyaes" ,python-pyaes)
|
("ipaddress" ,python-ipaddress)
|
||||||
("python-pynacl" ,python-pynacl)
|
("pynacl" ,python-pynacl)
|
||||||
("python-scrypt" ,python-scrypt)
|
("tabulate" ,python-tabulate)))
|
||||||
("python-tabulate" ,python-tabulate)))
|
|
||||||
(home-page "https://silkaj.duniter.org/")
|
(home-page "https://silkaj.duniter.org/")
|
||||||
(synopsis "Command line client for Duniter network")
|
(synopsis "Command line client for Duniter network")
|
||||||
(description "@code{Silkaj} is a command line client for the
|
(description "@code{Silkaj} is a command line client for the
|
||||||
|
|
Loading…
Reference in a new issue