Merge pull request #262955 from fabaff/oauthenticator-bump

python311Packages.oauthenticator: 16.1.0 -> 16.1.1
This commit is contained in:
Nick Cao
2023-10-23 21:57:37 -04:00
committed by GitHub
@@ -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 = ''