Merge pull request #158904 from r-ryantm/auto-update/python3.10-sendgrid

python310Packages.sendgrid: 6.9.5 -> 6.9.6
This commit is contained in:
Fabian Affolter 2022-02-10 13:28:21 +01:00 committed by GitHub
commit 1aba004f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "sendgrid";
version = "6.9.5";
version = "6.9.6";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = pname;
repo = "sendgrid-python";
rev = version;
sha256 = "1r8xh0c6wivrajj6gl1hv25vsb9i79n19nd4x53207i5vz9d55g5";
sha256 = "sha256-6MkAtkbKVoa8UatG92RzbCdAM+WsQN2WnOIh4pRoUVk=";
};
propagatedBuildInputs = [