python311Packages.oauthenticator: 16.0.7 -> 16.1.0

Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.1.0/docs/source/reference/changelog.md
This commit is contained in:
Fabian Affolter 2023-09-30 19:49:15 +02:00
parent 1f0e8ac1f9
commit 735b728309

View file

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