Merge pull request #177152 from r-ryantm/auto-update/python3.10-oauthenticator

python310Packages.oauthenticator: 15.0.0 -> 15.0.1
This commit is contained in:
Fabian Affolter 2022-06-10 19:36:31 +02:00 committed by GitHub
commit 59bfcffab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "15.0.0";
version = "15.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-d1toYgrufnVd10QhJ4nhQqyDRaq4CjWLDjC+7ABNp6Y=";
hash = "sha256-LjC/Ly3wQL55gjCyoWZikvK6ByiS1CEsZXK0/lmzmGA=";
};
propagatedBuildInputs = [