Merge pull request #66110 from r-ryantm/auto-update/python3.7-pyotp

python37Packages.pyotp: 2.2.7 -> 2.3.0
This commit is contained in:
Mario Rodas 2019-08-05 19:07:48 -05:00 committed by GitHub
commit 767fd0adcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyotp";
version = "2.2.7";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy";
sha256 = "18d13ikra1iq0xyfqfm72zhgwxi2qi9ps6z1a6zmqp4qrn57wlzw";
};
meta = with lib; {