gnu: python-pyotp: Update to 2.4.1.

* gnu/packages/python-crypto.scm (python-pyotp): Update to 2.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-08 19:58:32 +01:00
parent 464e7437f4
commit 31f1888af6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1184,13 +1184,13 @@ (define-public python-libnacl
(define-public python-pyotp (define-public python-pyotp
(package (package
(name "python-pyotp") (name "python-pyotp")
(version "2.4.0") (version "2.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyotp" version)) (uri (pypi-uri "pyotp" version))
(sha256 (sha256
(base32 "0a1dx07y785xyl70h0vj6vssg13qfx11w04d0gz8h48qffsymv01")))) (base32 "0jsqfmx9i7j8z81r4zazv76xzy1fcq8v9s2r4kvx7ajfndq3z2h3"))))
(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")