3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.sendgrid: 6.9.5 -> 6.9.6

This commit is contained in:
R. Ryantm 2022-02-10 07:08:57 +00:00
parent 02197c4b5e
commit d96fbda83c

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 = [