guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: python-trezor: Update to 0.12.1.


From: guix-commits
Subject: 03/06: gnu: python-trezor: Update to 0.12.1.
Date: Sat, 15 Aug 2020 16:09:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e7fccdaa7d3eb3b58734ce0e7b98655471e0934
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 15 15:09:35 2020 +0200

    gnu: python-trezor: Update to 0.12.1.
    
    * gnu/packages/finance.scm (python-trezor): Update to 0.12.1.
---
 gnu/packages/finance.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index cf52108..f154e44 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -880,14 +880,13 @@ Ledger Blue/Nano S.")
 (define-public python-trezor
   (package
     (name "python-trezor")
-    (version "0.12.0")
+    (version "0.12.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "trezor" version))
         (sha256
-          (base32
-            "0ycmpwjv5xp25993divjhaq5j766zgcy22xx39xfc1pcvldq5g7n"))))
+          (base32 "1w19m9lws55k9sjhras47hpfpqwq1jm5vy135nj65yhkblygqg19"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-click" ,python-click)



reply via email to

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