python3Packages.resend: 2.30.1 -> 2.32.2 (#534751)

This commit is contained in:
Fabian Affolter
2026-06-24 06:54:45 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "resend";
version = "2.30.1";
version = "2.32.2";
pyproject = true;
src = fetchFromGitHub {
owner = "resend";
repo = "resend-python";
tag = "v${finalAttrs.version}";
hash = "sha256-P9f5u7gOC7IqzlcmSIgxYX8+yn+57jifn2FP6zzHVRg=";
hash = "sha256-wxro1Dgk7/ziPy2Z09teCyk99rxkDNODtlOugJDMUO0=";
};
build-system = [ setuptools ];