me
/
guix
Archived
1
0
Fork 0

gnu: python-trezor: Update to 0.12.1.

* gnu/packages/finance.scm (python-trezor): Update to 0.12.1.
master
Tobias Geerinckx-Rice 2020-08-15 15:09:35 +02:00
parent 4d13d0f81c
commit 9e7fccdaa7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -880,14 +880,13 @@ Ledger Blue/Nano S.")
(define-public python-trezor (define-public python-trezor
(package (package
(name "python-trezor") (name "python-trezor")
(version "0.12.0") (version "0.12.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "trezor" version)) (uri (pypi-uri "trezor" version))
(sha256 (sha256
(base32 (base32 "1w19m9lws55k9sjhras47hpfpqwq1jm5vy135nj65yhkblygqg19"))))
"0ycmpwjv5xp25993divjhaq5j766zgcy22xx39xfc1pcvldq5g7n"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-click" ,python-click) `(("python-click" ,python-click)