gnu: python-pyotp: Update to 2.9.0.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.9.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8bc78fc86b
commit
47fe9da5d3
1 changed files with 2 additions and 2 deletions
|
@ -1188,13 +1188,13 @@ (define-public python-libnacl
|
||||||
(define-public python-pyotp
|
(define-public python-pyotp
|
||||||
(package
|
(package
|
||||||
(name "python-pyotp")
|
(name "python-pyotp")
|
||||||
(version "2.7.0")
|
(version "2.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyotp" version))
|
(uri (pypi-uri "pyotp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dbcgpf576kmrpkx3ly8jq4g5g22r9n1rra55c1xqxyzl2mrz66f"))))
|
(base32 "0qvgsf86az9cqj6d8vim2shvyam89ik0p4sszysf7pfvw116csrl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://github.com/pyauth/pyotp")
|
(home-page "https://github.com/pyauth/pyotp")
|
||||||
(synopsis "Python One Time Password Library")
|
(synopsis "Python One Time Password Library")
|
||||||
|
|
Loading…
Reference in a new issue