python3Packages.resend: 2.14.0 -> 2.16.0 (#451466)

This commit is contained in:
Fabian Affolter
2025-10-13 13:49:25 +00:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "resend"; pname = "resend";
version = "2.14.0"; version = "2.16.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend"; owner = "resend";
repo = "resend-python"; repo = "resend-python";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-rRaW32hKfbYOKuh5lcPWiq6sD35tUzRS8ZCsyAyy4Mo="; hash = "sha256-BXvy/6LaCQ+fyL6ubWZqIXn/IueE3IEhP07n2oT4cZQ=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];