python3Packages.resend: 2.22.0 -> 2.23.0

This commit is contained in:
R. Ryantm
2026-02-24 11:34:40 +00:00
parent 493a3b2177
commit 96131b2a4b
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "resend";
version = "2.22.0";
version = "2.23.0";
pyproject = true;
src = fetchFromGitHub {
owner = "resend";
repo = "resend-python";
tag = "v${version}";
hash = "sha256-qiGpSUGzhu1jHGSc641S+m+zRmo1cwK8Ug/FgdQBo6M=";
hash = "sha256-kUcudZCIU8LNl7HgBDRJ85rPIZRBVgvbp12ZgbfAZ4k=";
};
build-system = [ setuptools ];