python3Packages.sendgrid: 6.11.0 -> 6.12.0 (#406272)

Changed files
+3 -3
pkgs
development
python-modules
sendgrid
+3 -3
pkgs/development/python-modules/sendgrid/default.nix
···
buildPythonPackage rec {
pname = "sendgrid";
-
version = "6.11.0";
+
version = "6.12.0";
format = "setuptools";
disabled = pythonOlder "3.6";
···
owner = pname;
repo = "sendgrid-python";
tag = version;
-
hash = "sha256-wcQLdU80pcyEplzL8lnehtToqYiTrX1n5TjmK5zturE=";
+
hash = "sha256-+1Tkue09C2qqCqN8lbseo2MzVbx+qDE/M/3r3Q6EXYE=";
};
propagatedBuildInputs = [
···
meta = with lib; {
description = "Python client for SendGrid";
homepage = "https://github.com/sendgrid/sendgrid-python";
-
changelog = "https://github.com/sendgrid/sendgrid-python/blob/${version}/CHANGELOG.md";
+
changelog = "https://github.com/sendgrid/sendgrid-python/blob/${src.tag}/CHANGELOG.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};