python3Packages.resend: 2.32.2 -> 2.34.0

This commit is contained in:
R. Ryantm
2026-07-20 10:09:33 +00:00
parent 5ef20e37ed
commit f24ad55a8a
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "resend";
version = "2.32.2";
version = "2.34.0";
pyproject = true;
src = fetchFromGitHub {
owner = "resend";
repo = "resend-python";
tag = "v${finalAttrs.version}";
hash = "sha256-wxro1Dgk7/ziPy2Z09teCyk99rxkDNODtlOugJDMUO0=";
hash = "sha256-Z+KBM+Harhqlcx9Sf6XKyPmfQO7Atel1BjShVjdPyiI=";
};
build-system = [ setuptools ];