python310Packages.stripe: 7.5.0 -> 7.7.0

This commit is contained in:
R. Ryantm
2023-12-06 21:34:21 +00:00
parent 4c37153a2c
commit ba88ebec30
@@ -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 = [