Merge pull request #318989 from fabaff/resend-bump

python312Packages.resend: 2.0.0 -> 2.1.0
This commit is contained in:
Fabian Affolter 2024-06-11 14:12:27 +02:00 committed by GitHub
commit fd96e7bdf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "resend";
version = "2.0.0";
version = "2.1.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-3dYs3U3UaD3eiLs5s71VfivSurp5R3BiA1r0L5Py7XY=";
hash = "sha256-AYCymWYibCeBG8B5uqqslEMF/Rdz9NAGC1D422FPKmU=";
};
build-system = [ setuptools ];