Merge pull request #198982 from SuperSandro2000/python310Packages.duo-client

python310Packages.duo-client: 4.4.0 -> 4.5.0
This commit is contained in:
Fabian Affolter 2022-11-01 22:38:29 +01:00 committed by GitHub
commit 495423345a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, freezegun
, mock
, nose2
, pytz
@ -10,13 +11,13 @@
buildPythonPackage rec {
pname = "duo-client";
version = "4.4.0";
version = "4.5.0";
src = fetchFromGitHub {
owner = "duosecurity";
repo = "duo_client_python";
rev = version;
sha256 = "sha256-2sodExb66+Y+aPvm+DkibPt0Bvwqjii+EoBWaopdq+E=";
sha256 = "sha256-9ADFtCrSJ4Y2QQY5YC/BMvoVZs2vaYHkhIM/rBlZm4I=";
};
postPatch = ''
@ -31,6 +32,7 @@ buildPythonPackage rec {
];
checkInputs = [
freezegun
mock
nose2
pytz