python310Packages.stripe: 2.71.0 -> 2.72.0

This commit is contained in:
R. Ryantm 2022-04-14 08:36:05 +00:00
parent ce932dbcf1
commit b04f659505

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.71.0";
version = "2.72.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-38AE/EOfylmYsVVBTyq46Ou3WJ5LdJJlP0usgQCDYcM=";
hash = "sha256-nKjoejNzV9IAjSdP9WNi8hnnNnEDC+KmNnSN7rE3d/s=";
};
propagatedBuildInputs = [