From b7d9a0ae60f5ae846be6f70d08d8103bcff5355d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Mar 2023 08:31:56 +0100 Subject: [PATCH] python310Packages.sendgrid: add changelog to meta --- pkgs/development/python-modules/sendgrid/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sendgrid/default.nix b/pkgs/development/python-modules/sendgrid/default.nix index 0886cb485423..6f3e9914243c 100644 --- a/pkgs/development/python-modules/sendgrid/default.nix +++ b/pkgs/development/python-modules/sendgrid/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = pname; repo = "sendgrid-python"; - rev = version; + rev = "refs/tags/${version}"; hash = "sha256-/un/m4Br0Ylk00fS/U+QKeXwM1Ix5TFedaPhCyScWvs="; }; @@ -51,6 +51,7 @@ buildPythonPackage rec { 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"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; };