python311Packages.stripe: 9.4.0 -> 9.5.0

This commit is contained in:
R. Ryantm 2024-05-03 07:16:42 +00:00
parent 79691a0162
commit 8d3cdead40

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "9.4.0";
version = "9.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-D94cu/Re4Nd71/vYVhiG37bawPNuWp5T/cpKc4biPsw=";
hash = "sha256-zTg2lkGuYUDhzp7c1UAK7NsaELpwTmU6Lyp1UMuPJ34=";
};
nativeBuildInputs = [