Merge pull request #293781 from r-ryantm/auto-update/python312Packages.resend

python312Packages.resend: 0.7.2 -> 0.8.0
This commit is contained in:
Fabian Affolter 2024-03-06 17:01:56 +01:00 committed by GitHub
commit afb6024584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "resend";
version = "0.7.2";
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "resend";
repo = "resend-python";
rev = "refs/tags/v${version}";
hash = "sha256-3wX2xNz/6Erv97TlQCuF0Sha0fbJJX1LK9dx8xYG4M0=";
hash = "sha256-6cQtI3it2AS8UdT83fp3y3IcbjSyPmBlQuymN74fBNo=";
};
nativeBuildInputs = [