python3Packages.resend: 2.13.0 -> 2.13.1

This commit is contained in:
R. Ryantm
2025-09-03 16:20:04 +00:00
parent 33d95fc710
commit 4f2d031d6b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.13.0";
version = "2.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
tag = "v${version}";
hash = "sha256-3NMZPoKC2VIsu5A45MkGikB7cfYpswJU8CKpxCdRTcg=";
hash = "sha256-TE0sfNg6m71Chl6TPAssEiX+jeeHv0ZYOcv/HOe30OM=";
};
build-system = [ setuptools ];