python311Packages.oauthenticator: 16.3.0 -> 16.3.1

This commit is contained in:
R. Ryantm
2024-06-18 20:11:12 +00:00
parent 0d9492764b
commit 528b4f204b
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.3.0";
version = "16.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QMddGJUfafXoBxMCjlx1lH45a4Bab3AP4j8Px7JxYaQ=";
hash = "sha256-gFhhOCcmorkrLxrup9fICh5ueCrc64fxfuZXTQG1tMk=";
};
postPatch = ''