python312Packages.okta: 2.9.12 -> 2.9.13 (#403276)

This commit is contained in:
Nick Cao
2025-05-01 16:15:14 -04:00
committed by GitHub

View File

@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "okta";
version = "2.9.12";
version = "2.9.13";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pu5UEVgys6glBnWCIozj2dubQvnF75KCA6fxeujx/pA=";
hash = "sha256-jY6SZ1G3+NquF5TfLsGw6T9WO4smeBYT0gXLnRDoN+8=";
};
build-system = [ setuptools ];