python312Packages.oauthenticator: 17.2.0 -> 17.3.0

This commit is contained in:
R. Ryantm
2024-12-15 16:46:34 +00:00
parent 461b8a40ab
commit 06eba69511
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "17.2.0";
version = "17.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YovSUu5o4dJ2wO1hXEe6Hc0Mf7hIH24DefBi5JV3H6c=";
hash = "sha256-5dkMskEf/z3G/MFjNGgjPA4OAjlCLAh8dzTRaFBVuPM=";
};
build-system = [ setuptools ];