diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-08 19:58:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-08 23:43:44 +0100 |
commit | 31f1888af6240a20d9ca8d23b54bb1898a461676 (patch) | |
tree | 9ef4d08373d749ec9ac6606af200bdfea07e8f27 | |
parent | 464e7437f46e7c4199fa98dcc52b4d46e8d8a48e (diff) |
gnu: python-pyotp: Update to 2.4.1.
* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.4.1.
-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 b294613a5b..1ac98caab0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1184,13 +1184,13 @@ been constructed to maintain extensive documentation on how to use (define-public python-pyotp (package (name "python-pyotp") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (pypi-uri "pyotp" version)) (sha256 - (base32 "0a1dx07y785xyl70h0vj6vssg13qfx11w04d0gz8h48qffsymv01")))) + (base32 "0jsqfmx9i7j8z81r4zazv76xzy1fcq8v9s2r4kvx7ajfndq3z2h3")))) (build-system python-build-system) (home-page "https://github.com/pyauth/pyotp") (synopsis "Python One Time Password Library") |