Merge pull request #120333 from fabaff/bump-sendgrid

python3Packages.sendgrid: 6.6.0 -> 6.7.0
This commit is contained in:
Sandro 2021-04-24 01:42:16 +02:00 committed by GitHub
commit 0e99b7453f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sendgrid"; pname = "sendgrid";
version = "6.6.0"; version = "6.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "sendgrid-python"; repo = "sendgrid-python";
rev = version; rev = version;
sha256 = "sha256-R9ASHDIGuPRh4yf0FAlpjUZ6QAakYs35EFSqAPc02Q8="; sha256 = "sha256-Y0h5Aiu85/EWCmSc+eCtK6ZaPuu/LYZiwhXOx0XhfwQ=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [