Merge pull request #176228 from r-ryantm/auto-update/python310Packages.aws-adfs

python310Packages.aws-adfs: 2.0.5 -> 2.2.1
This commit is contained in:
Benjamin Hipple 2022-06-04 09:58:22 -04:00 committed by GitHub
commit a62dcb73d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aws-adfs"; pname = "aws-adfs";
version = "2.0.5"; version = "2.2.1";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "venth"; owner = "venth";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-OBxKJN14CuWSq88KxSttpK/Paj2sBHrBVMyP+oPkHys="; hash = "sha256-REJYuOGq22onMj4WcfA7i4/cG99UGZA9D99ESIKY1A8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [