python312Packages.duo-client: 5.4.0 -> 5.5.0

This commit is contained in:
R. Ryantm
2025-04-02 10:59:37 +00:00
parent 02b2743b6a
commit 31d3df3291
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "duo-client";
version = "5.4.0";
version = "5.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "duosecurity";
repo = "duo_client_python";
tag = version;
hash = "sha256-CZfB40TMTNhs2sGPVobcs3poSsYJ03qDjVoADlvLi88=";
hash = "sha256-5ZPs2099G9oBbDpComNDP3c4B0NjWirBMZY4orO9YfA=";
};
postPatch = ''