python310Packages.stripe: 2.73.0 -> 2.74.0

This commit is contained in:
R. Ryantm 2022-04-22 07:33:18 +00:00
parent eed6535791
commit b9789fb75c

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.73.0";
version = "2.74.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z5JG1mPaX7OElL48OoIljUdqu4TKrmfwrh85Z81i0zo=";
hash = "sha256-+o7StcJBv9peiYTWBnIfnDUqodiG3sVQJBbKBOALktA=";
};
propagatedBuildInputs = [