mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-ledgerblue: Update to 0.1.44.
* gnu/packages/finance.scm (python-ledgerblue): Update to 0.1.44. Adapt propagated inputs.
This commit is contained in:
parent
a0006f4680
commit
4d6607a363
1 changed files with 7 additions and 3 deletions
|
@ -118,6 +118,7 @@ (define-module (gnu packages finance)
|
|||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages readline)
|
||||
#:use-module (gnu packages security-token)
|
||||
#:use-module (gnu packages sphinx)
|
||||
#:use-module (gnu packages tex)
|
||||
#:use-module (gnu packages texinfo)
|
||||
|
@ -1064,14 +1065,14 @@ (define-public python-u2flib-host
|
|||
(define-public python-ledgerblue
|
||||
(package
|
||||
(name "python-ledgerblue")
|
||||
(version "0.1.16")
|
||||
(version "0.1.44")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ledgerblue" version))
|
||||
(sha256
|
||||
(base32
|
||||
"010mghaqh1cmz3a0ifc3f40mmyplilwlw7kpha2mzyrrff46p9gb"))))
|
||||
"0nbfa5i9ww7jsfc8cgy0r229pq2a1vj4xvn8mz0nxl7mx1wykqm4"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-ecpy
|
||||
|
@ -1079,7 +1080,10 @@ (define-public python-ledgerblue
|
|||
python-hidapi
|
||||
python-pillow
|
||||
python-protobuf
|
||||
python-pycrypto))
|
||||
python-pycryptodomex
|
||||
python-pyscard
|
||||
python-u2flib-host
|
||||
python-websocket-client))
|
||||
(home-page "https://github.com/LedgerHQ/blue-loader-python")
|
||||
(synopsis "Python library to communicate with Ledger Blue/Nano S")
|
||||
(description "@code{ledgerblue} is a Python library to communicate with
|
||||
|
|
Loading…
Reference in a new issue