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

python310Packages.sendgrid: 6.9.4 -> 6.9.5
This commit is contained in:
Fabian Affolter 2022-01-27 09:51:30 +01:00 committed by GitHub
commit 90083e2b03
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.4";
version = "6.9.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = pname;
repo = "sendgrid-python";
rev = version;
sha256 = "sha256-xNd0IPhaVw4X6URsg6hrDJhxmBRWam4bqgLN0uvMUxI=";
sha256 = "1r8xh0c6wivrajj6gl1hv25vsb9i79n19nd4x53207i5vz9d55g5";
};
propagatedBuildInputs = [