python312Packages.resend: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm
2024-08-15 19:30:41 +00:00
parent e88a41614f
commit 47f18ddbda
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
rev = "refs/tags/v${version}";
hash = "sha256-cgeHkueH060vDvx3r6QP6e72l10zZ6mhUosWxIakG2g=";
hash = "sha256-pxHDR9hJWhNHwSYJbakOCEkJbHU/RDhvTy5AGyfr33w=";
};
build-system = [ setuptools ];