diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index e5ca69429d6..0dbbb154482 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1188,13 +1188,13 @@ been constructed to maintain extensive documentation on how to use | |||
| 1188 | (define-public python-pyotp | 1188 | (define-public python-pyotp |
| 1189 | (package | 1189 | (package |
| 1190 | (name "python-pyotp") | 1190 | (name "python-pyotp") |
| 1191 | (version "2.7.0") | 1191 | (version "2.9.0") |
| 1192 | (source | 1192 | (source |
| 1193 | (origin | 1193 | (origin |
| 1194 | (method url-fetch) | 1194 | (method url-fetch) |
| 1195 | (uri (pypi-uri "pyotp" version)) | 1195 | (uri (pypi-uri "pyotp" version)) |
| 1196 | (sha256 | 1196 | (sha256 |
| 1197 | (base32 "1dbcgpf576kmrpkx3ly8jq4g5g22r9n1rra55c1xqxyzl2mrz66f")))) | 1197 | (base32 "0qvgsf86az9cqj6d8vim2shvyam89ik0p4sszysf7pfvw116csrl")))) |
| 1198 | (build-system python-build-system) | 1198 | (build-system python-build-system) |
| 1199 | (home-page "https://github.com/pyauth/pyotp") | 1199 | (home-page "https://github.com/pyauth/pyotp") |
| 1200 | (synopsis "Python One Time Password Library") | 1200 | (synopsis "Python One Time Password Library") |
