Merge pull request #299338 from r-ryantm/auto-update/python311Packages.stripe

python311Packages.stripe: 8.6.0 -> 8.9.0

authored by Weijia Wang and committed by GitHub 73b52b8a ffd22552

+2 -2
+2 -2
pkgs/development/python-modules/stripe/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "stripe"; 12 - version = "8.6.0"; 12 + version = "8.9.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.8"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-zz27JZGwSpLfxhbQ/gYqTTk+2Ca6ZkErmpLbu1fc3+A="; 19 + hash = "sha256-cffBvdoPPlaKop0nWRChSDQRWliuIesEebOyZ0WHXQ4="; 20 20 }; 21 21 22 22 nativeBuildInputs = [