python3Packages.duo-client: 4.7.1 -> 5.0.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:05 +02:00
parent b249bad85a
commit 7e60aedcca

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "duo-client";
version = "4.7.1";
version = "5.0.1";
src = fetchFromGitHub {
owner = "duosecurity";
repo = "duo_client_python";
rev = "refs/tags/${version}";
hash = "sha256-nnKujvhOtuNnlFrbmYtD7L++S7DK0Qqrc0LyAVYe7Xg=";
hash = "sha256-G0XLZZaQTPD64WXN34wq2z+YtzECgtC2nJXzDxAlgyg=";
};
postPatch = ''