Merge pull request #266922 from r-ryantm/auto-update/python310Packages.stripe

python310Packages.stripe: 6.5.0 -> 7.4.0
This commit is contained in:
Fabian Affolter 2023-11-12 13:47:00 +01:00 committed by GitHub
commit aef1b8238b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [