Merge pull request #275810 from r-ryantm/auto-update/python310Packages.okta

python310Packages.okta: 2.9.3 -> 2.9.5
This commit is contained in:
Nick Cao 2023-12-21 11:11:21 -05:00 committed by GitHub
commit 3954346c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "okta";
version = "2.9.3";
version = "2.9.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-mOKVCRp8cLY7p0AVbvphWdB3II6eB6HlN8i1HrVUH+o=";
hash = "sha256-qMcO0TTbMPjc+r2IOlwJqbaSOztat9MmYWH4kgy9vwA=";
};
propagatedBuildInputs = [