python310Packages.stripe: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2022-05-21 04:00:26 +00:00 committed by Robert Schütz
parent 5e3ccb7188
commit 2e64043c01

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/rQA1woPv6VN9+Y3bI+bh2Ud7Zd81qAu4yxmGmB+JZo=";
hash = "sha256-1/pMGFeNJqfn9onlF33Y67R/KHmxwGAZqguIji3Rrrk=";
};
propagatedBuildInputs = [