python311Packages.stripe: 7.4.0 -> 7.5.0

Changelog: https://github.com/stripe/stripe-python/blob/v7.5.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-11-18 13:11:36 +01:00
parent b9aa1e958b
commit 8b99032da0
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "7.4.0";
version = "7.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Pcfdgjk20yYt1DCr5XQ4rzLokQNS27NOspa/21nvCuw=";
hash = "sha256-duDfcHHaXvORNNkpuMf6zxMZqkfCIr8ScrSKxVq/PW8=";
};
propagatedBuildInputs = [