summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-05-02 11:01:32 +0900
committerGitHub <noreply@github.com>2024-05-02 11:01:32 +0900
commit9af4a4dab4caacd0e5b8424f7368ae78cd44bf1c (patch)
tree422a4855d40a5e2f3d587971354aea7b4577c139
parent51938d39e2dab057c23348e1732945d8e8d48e79 (diff)
parent8d4492de82526facf1040cb8b05e2e0216bf77b4 (diff)
Merge pull request #307514 from NixOS/samuela/stripe
python3Packages.stripe: 8.9.0 -> 9.4.0
-rw-r--r--pkgs/development/python-modules/stripe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/stripe/default.nix b/pkgs/development/python-modules/stripe/default.nix
index b23e68aa2c27..fe31361a65be 100644
--- a/pkgs/development/python-modules/stripe/default.nix
+++ b/pkgs/development/python-modules/stripe/default.nix
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "stripe";
- version = "8.9.0";
+ version = "9.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- hash = "sha256-cffBvdoPPlaKop0nWRChSDQRWliuIesEebOyZ0WHXQ4=";
+ hash = "sha256-D94cu/Re4Nd71/vYVhiG37bawPNuWp5T/cpKc4biPsw=";
};
nativeBuildInputs = [