python310Packages.oauthenticator: 16.0.4 -> 16.0.5

Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.0.5/docs/source/reference/changelog.md
This commit is contained in:
Fabian Affolter
2023-08-16 23:59:28 +02:00
parent 214c9de815
commit 9817d60109
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.0.4";
version = "16.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6dZt+GIbmOgC+R5KlFc5W2jpPaxCn+GkNkVhR/4Tke8=";
hash = "sha256-ddCqr6qIIyU3EQ6p2i+U6F359j3hcZ7E2X8qbeUz2e8=";
};
postPatch = ''