guix_mirror_bot pushed a commit to branch master
in repository guix.

commit aa78526a35bb0e8f31d8044f1af7343c6756713a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 28 13:33:37 2025 +0000

    gnu: Remove python-btchip-python.
    
    * gnu/packages/finance.scm (python-btchip-python): Delete variable.
    
    Fixes: guix/guix#4487
    Change-Id: I7897a99112b86c87a8b7c322ca988b53beddbcaa
---
 gnu/packages/finance.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 79186e6c6c..21369dcd9d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1257,29 +1257,6 @@ of Bitcoin BIP-0039.")
 Ledger Blue/Nano S.")
     (license license:asl2.0)))
 
-(define-public python-btchip-python
-  (package
-    (name "python-btchip-python")
-    (version "0.1.32")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "btchip-python" version))
-        (sha256
-          (base32
-            "0mcg3gfd0qk8lhral3vy9cfd4pii9kzs42q71pf6b3y0c70y1x9l"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:tests? #f)) ; those require PyQt4
-    (propagated-inputs
-      (list python-ecdsa python-hidapi))
-    (home-page "https://github.com/LedgerHQ/btchip-python";)
-    (synopsis "Python library to communicate with Ledger Nano dongle")
-    (description
-      "This package provides a Python library to communicate with Ledger
-Nano dongle.")
-    (license license:asl2.0)))
-
 (define-public python-trezor
   (package
     (name "python-trezor")

Reply via email to