guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-ledgerblue: Update to 0.1.44.


From: guix-commits
Subject: 02/02: gnu: python-ledgerblue: Update to 0.1.44.
Date: Sun, 19 Feb 2023 16:29:56 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit 4d6607a363ea95f84c42b38cce2d3599926155a2
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sun Feb 19 22:28:51 2023 +0100

    gnu: python-ledgerblue: Update to 0.1.44.
    
    * gnu/packages/finance.scm (python-ledgerblue): Update to 0.1.44. Adapt
    propagated inputs.
---
 gnu/packages/finance.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 018e067656..7b8c1a8c03 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -118,6 +118,7 @@
   #: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 @@ of Bitcoin BIP-0039.")
 (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 @@ of Bitcoin BIP-0039.")
            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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]