Merge pull request #274931 from r-ryantm/auto-update/aws-adfs

aws-adfs: 2.9.0 -> 2.10.0
This commit is contained in:
Weijia Wang 2024-01-03 18:00:42 +01:00 committed by GitHub
commit d6625effa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aws-adfs";
version = "2.9.0";
version = "2.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "venth";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IZeEb87NX3fyw1hENF1LldbgbaXXPG3u2AiCeci6MIw=";
hash = "sha256-CUWjD5b62pSvvMS5CFZix9GL4z0EhkGttxgfeOLKHqY=";
};
nativeBuildInputs = [