python311Packages.oauthenticator: 16.0.6 -> 16.0.7

Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.0.7/docs/source/reference/changelog.md
This commit is contained in:
Fabian Affolter 2023-08-26 12:03:42 +02:00
parent d308c7c211
commit b5e72c133a

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.0.6";
version = "16.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-82I+ZmWRUUV+kxveHNDXTsbOeZcT0QJo/SJP3paxRcY=";
hash = "sha256-opF7HdTJX4M7gTgB0VyWyyG/DO7lrVTvTcxMBX3a6UE=";
};
postPatch = ''