python311Packages.oauthenticator: 16.1.0 -> 16.1.1

Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.1.1/docs/source/reference/changelog.md
This commit is contained in:
Fabian Affolter 2023-10-23 16:50:55 +02:00
parent 7359dcf561
commit e56f2db3fc

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.1.0";
version = "16.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7JkV4idZ/euYGGPTg6I+pw2nNOuttmGJMlz3NvJO9Rw=";
hash = "sha256-Obv4MJvO7li+KqI2l6KxfxjpbZVD5KFJwjn/u+UtaQQ=";
};
postPatch = ''