python311Packages.oauthenticator: 16.2.1 -> 16.3.0

This commit is contained in:
R. Ryantm 2024-03-22 05:16:32 +00:00
parent e52b38ae97
commit d2a86561f8
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.2.1";
version = "16.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qJrreq2GhJxrX9keZOYVzjihs0RCymad+MGErW5ecPc=";
hash = "sha256-QMddGJUfafXoBxMCjlx1lH45a4Bab3AP4j8Px7JxYaQ=";
};
postPatch = ''