gnu: python-mnemonic: Update to 0.19.

* gnu/packages/finance.scm (python-mnemonic): Update to 0.19.
master
Tobias Geerinckx-Rice 2019-10-06 04:13:49 +02:00
parent ef10cbb41f
commit 011ec062f3
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -732,14 +732,13 @@ Ledger Nano as a hardware SSH/GPG agent.")
(define-public python-mnemonic
(package
(name "python-mnemonic")
(version "0.18")
(version "0.19")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mnemonic" version))
(sha256
(base32
"07bzfa5di6nv5xwwcwbypnflpj50wlfczhh6q6hg8w13g5m319q2"))))
(base32 "0cd9prmdj8wzdmc7lxbf9lz0xrlkvak5ignag406mmfbn81fndsf"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pbkdf2" ,python-pbkdf2)))