Merge pull request #285767 from r-ryantm/auto-update/python311Packages.aws-adfs

python311Packages.aws-adfs: 2.10.0 -> 2.11.2
This commit is contained in:
Nick Cao 2024-02-02 10:31:40 -05:00 committed by GitHub
commit dfe8ace60b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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