python3Packages.stripe: 15.3.0 -> 15.3.1 (#545452)

This commit is contained in:
Yohann Boniface
2026-07-25 15:19:31 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "stripe";
version = "15.3.0";
version = "15.3.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-/wVSQlX1G/ffDlvEqZ29D3N6/QVYe3ZXyC4Nmcf8RaQ=";
hash = "sha256-L5qNlh5cLsGRSftOC0fZcJ0BSmhZLNsfTv0ESryNI1k=";
};
build-system = [ flit-core ];