python3Packages.resend: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2025-05-12 08:24:23 +00:00
parent 771ab068b0
commit e9864bf975
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.8.0";
version = "2.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
tag = "v${version}";
hash = "sha256-L71tlDUo3kbENjfMJgppikP+IasGZ6WeER7vfwxA61c=";
hash = "sha256-rMa644hA9dBaew2BFHg2i7MtrjsfW9xzk7fsiKPoYaI=";
};
build-system = [ setuptools ];