gnu: python-trezor-agent: Update to 0.14.7.
* gnu/packages/finance.scm (python-trezor-agent): Update to 0.14.7. [native-inputs]: Add python-bech32 and python-cryptography. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
ed363d6ddb
commit
75aff50fce
@ -925,7 +925,7 @@ Bech32 and segwit addresses.")
|
|||||||
;; the toplevel app called trezor-agent.
|
;; the toplevel app called trezor-agent.
|
||||||
(package
|
(package
|
||||||
(name "python-trezor-agent")
|
(name "python-trezor-agent")
|
||||||
(version "0.14.4")
|
(version "0.14.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -934,7 +934,7 @@ Bech32 and segwit addresses.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ksv494xpga27ifrjyn1bkqaya5h769lqb9rx1ng0n4kvmnrqr3l"))))
|
(base32 "04dds5bbw73nk36zm8d02qw6qr92nrlcf8r1cq8ba96mzi34jbk0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
@ -962,8 +962,12 @@ Bech32 and segwit addresses.")
|
|||||||
python-semver
|
python-semver
|
||||||
python-unidecode
|
python-unidecode
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(native-inputs
|
(native-inputs ; Only needed for running the tests
|
||||||
(list gnupg python-mock python-pytest))
|
(list gnupg
|
||||||
|
python-bech32
|
||||||
|
python-cryptography
|
||||||
|
python-mock
|
||||||
|
python-pytest))
|
||||||
(home-page "https://github.com/romanz/trezor-agent")
|
(home-page "https://github.com/romanz/trezor-agent")
|
||||||
(synopsis "Use hardware wallets as SSH and GPG agent")
|
(synopsis "Use hardware wallets as SSH and GPG agent")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user