python3Packages.stripe: 15.2.1 -> 15.3.0

This commit is contained in:
R. Ryantm
2026-06-28 05:00:43 +00:00
parent bdd995eaee
commit 0d5365cae8
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "stripe";
version = "15.2.1";
version = "15.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-WCGoAqv3C+kA17G2u2CWl8wlyapSHrhkMOaLmU2sn3g=";
hash = "sha256-/wVSQlX1G/ffDlvEqZ29D3N6/QVYe3ZXyC4Nmcf8RaQ=";
};
build-system = [ flit-core ];