mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add python-bech32.
* gnu/packages/finance.scm (python-bech32): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
db1c357a78
commit
346469e04e
1 changed files with 17 additions and 0 deletions
|
@ -889,6 +889,23 @@ (define-public monero-gui
|
||||||
the Monero GUI client.")
|
the Monero GUI client.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public python-bech32
|
||||||
|
(package
|
||||||
|
(name "python-bech32")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "bech32" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"16fq5cfy5id9hp123ylhpl55pf38xwk0hv7sziqpig838qhvhvbx"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://github.com/fiatjaf/bech32")
|
||||||
|
(synopsis "Reference implementation for Bech32 and Segwit addresses")
|
||||||
|
(description "This package provides a python reference implementation for
|
||||||
|
Bech32 and segwit addresses.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-trezor-agent
|
(define-public python-trezor-agent
|
||||||
;; It is called 'libagent' in pypi; i.e. this is the library as opposed to
|
;; It is called 'libagent' in pypi; i.e. this is the library as opposed to
|
||||||
;; the toplevel app called trezor-agent.
|
;; the toplevel app called trezor-agent.
|
||||||
|
|
Loading…
Reference in a new issue