python312Packages.duo-client: 5.2.0 -> 5.3.0

This commit is contained in:
R. Ryantm 2024-03-26 09:00:12 +00:00
parent 0bb64539f2
commit e5103b5b15
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "duo-client";
version = "5.2.0";
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "duosecurity";
repo = "duo_client_python";
rev = "refs/tags/${version}";
hash = "sha256-MnSAFxKgExq+e8TOwgsPAoO4GEfsc3sjPNGLxzch5f0=";
hash = "sha256-7cifxNSBHbX7QZ52Sy1hm5xzZYcLZOkloT6q9P7TO6A=";
};
postPatch = ''