python3Packages.stripe: 12.5.0 -> 12.5.1

This commit is contained in:
R. Ryantm
2025-09-08 11:41:59 +00:00
parent 8cc42b1d45
commit 3f06caec7f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "12.5.0";
version = "12.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-zSuOcSFrau1dwem15vZYteIdaaYNRPuMCPQeH3vd7dA=";
hash = "sha256-VAfQksNVwxOT52fS3LLVqMOYDKqaBzrLMtDMs8AbBLU=";
};
build-system = [ setuptools ];