python312Packages.resend: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-01-30 16:13:39 +00:00
parent bb2b0c599b
commit ff987a7c6e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.5.1";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
tag = "v${version}";
hash = "sha256-KOZJiJYqUdQYJPyxoNJ8sMUR1gIZF8+i9m+cAQokByI=";
hash = "sha256-Sxe1TS/MahzKObPpo4+Iq+jbIuw4H1NJ3oU74MXZByQ=";
};
build-system = [ setuptools ];