Merge pull request #299338 from r-ryantm/auto-update/python311Packages.stripe

python311Packages.stripe: 8.6.0 -> 8.9.0
This commit is contained in:
Weijia Wang 2024-04-05 21:42:57 +02:00 committed by GitHub
commit 73b52b8a46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "8.6.0";
version = "8.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zz27JZGwSpLfxhbQ/gYqTTk+2Ca6ZkErmpLbu1fc3+A=";
hash = "sha256-cffBvdoPPlaKop0nWRChSDQRWliuIesEebOyZ0WHXQ4=";
};
nativeBuildInputs = [