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

python311Packages.stripe: 9.5.0 -> 9.6.0
This commit is contained in:
Matthias Beyer
2024-05-16 18:53:45 +02:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "9.5.0";
version = "9.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zTg2lkGuYUDhzp7c1UAK7NsaELpwTmU6Lyp1UMuPJ34=";
hash = "sha256-kwXYSc6nFdxZxeOdAYkUdbguEO252V7h2BiUV+XeeS8=";
};
nativeBuildInputs = [