python3Packages.resend: 2.16.0 -> 2.17.0

This commit is contained in:
R. Ryantm
2025-10-18 22:14:21 +00:00
parent bd193ba607
commit 21752ab3dd
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.16.0";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
tag = "v${version}";
hash = "sha256-BXvy/6LaCQ+fyL6ubWZqIXn/IueE3IEhP07n2oT4cZQ=";
hash = "sha256-eR75CDYWBdPzCJ6lFANpxH6IdfZHBJf95RdnWLBfyX0=";
};
build-system = [ setuptools ];