python3Packages.sendgrid: 6.8.0 -> 6.8.1

This commit is contained in:
Fabian Affolter 2021-08-26 09:52:04 +02:00
parent 651ba70bf7
commit 3bfda0f02c

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "sendgrid";
version = "6.8.0";
version = "6.8.1";
src = fetchFromGitHub {
owner = pname;
repo = "sendgrid-python";
rev = version;
sha256 = "sha256-PtTsFwE6+6/HzyR721Y9+qaI7gwYtYwuY+wrZpoGY2Q=";
sha256 = "sha256-rK/GouOv5RMDsn5NrCEtIz5a9wO6YATlhsRuhFuHaXY=";
};
propagatedBuildInputs = [