python311Packages.stripe: 8.6.0 -> 8.9.0

This commit is contained in:
R. Ryantm 2024-04-04 10:42:47 +00:00
parent e52ada4e6b
commit 1be3a217cb

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 = [