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

python310Packages.stripe: 7.5.0 -> 7.7.0
This commit is contained in:
Nick Cao 2023-12-07 09:39:20 -05:00 committed by GitHub
commit b746d10f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "7.5.0";
version = "7.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-duDfcHHaXvORNNkpuMf6zxMZqkfCIr8ScrSKxVq/PW8=";
hash = "sha256-4T/gfU0jNMgzjqJpohZzpOf4YqdUjh7drEqgILWW25Y=";
};
nativeBuildInputs = [