python3Packages.stripe: 15.3.0 -> 15.3.1

This commit is contained in:
R. Ryantm
2026-07-25 00:43:28 +00:00
parent ac1872b9b2
commit a08dbb1895
@@ -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 ];