lol

Merge pull request #184983 from r-ryantm/auto-update/python3.10-stripe

python310Packages.stripe: 3.5.0 -> 4.0.1

authored by

Fabian Affolter and committed by
GitHub
dd825551 ba99f676

+2 -2
+2 -2
pkgs/development/python-modules/stripe/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "stripe"; 10 - version = "3.5.0"; 10 + version = "4.0.1"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-CPdMrmYZ1KfXj4Fi/3K8PpyRP1PsluzV3cfYI8Lnnd0="; 17 + hash = "sha256-eRwaQZwqlw+U6QnJqCypeihfrZuSwdETt8aNyICfdck="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [