GNU bug report logs -
#74039
[0/5] Add ledger hardware wallet support
Previous Next
Full log
Message #20 received at 74039 <at> debbugs.gnu.org (full text, mbox):
From: Jesse Eisses <jesse <at> eisses.email>
Change-Id: Ic7956e573712e478981de47466468f339b153741
---
gnu/packages/finance.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 2711987673..317d4592f3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1171,6 +1171,30 @@ (define-public python-bip32
"Minimalistic implementation of the BIP32 key derivation scheme")
(license license:expat)))
+(define-public python-ledger-bitcoin
+ (package
+ (name "python-ledger-bitcoin")
+ (version "0.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "ledger_bitcoin" version))
+ (sha256
+ (base32
+ "1drd15h4vsr5ysrmrrhh2lalzmnxkvi82x6a433yr8c2vf6zsynx"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:tests? #f
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'sanity-check))))
+ (propagated-inputs (list python-bip32 python-coincurve python-ledgercomm
+ python-packaging python-typing-extensions))
+ (inputs (list python-ledgercomm))
+ (home-page "https://github.com/LedgerHQ/app-bitcoin-new")
+ (synopsis "Client for Ledger Nano Bitcoin application")
+ (description "Client for Ledger Nano Bitcoin application")
+ (license license:asl2.0)))
+
(define-public python-trezor
(package
(name "python-trezor")
--
2.46.0
This bug report was last modified 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.