python310Packages.stripe: 6.5.0 -> 7.4.0

This commit is contained in:
R. Ryantm 2023-11-11 21:47:38 +00:00
parent a4e452c906
commit b22ee3ef21

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "6.5.0";
version = "7.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9fTHare5AfJjHvd3QdBpMg8zKMHjGRjax+20qgSssP0=";
hash = "sha256-Pcfdgjk20yYt1DCr5XQ4rzLokQNS27NOspa/21nvCuw=";
};
propagatedBuildInputs = [