Merge pull request #309373 from r-ryantm/auto-update/python311Packages.okta

python311Packages.okta: 2.9.5 -> 2.9.6
This commit is contained in:
Aleksana 2024-05-07 18:09:55 +08:00 committed by GitHub
commit 6bea96214c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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