3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aws-adfs: 2.0.3 -> 2.0.5

This commit is contained in:
R. Ryantm 2022-06-01 11:50:16 +00:00 committed by Jonathan Ringer
parent 256443ed30
commit d7e27d92b1

View file

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