about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-06-09 08:32:17 +0200
committerGitHub <noreply@github.com>2022-06-09 08:32:17 +0200
commit91fbdacdeafa7d96f3c3b130b97eb07a45bd8950 (patch)
treea43f84240a5a918a78069a51926fb847c358b6c0 /pkgs
parent8fa21928128bbbc3ea6a5e4f946bb68cb52b5dc0 (diff)
parentc91cec755b43876e70406aff16760f6cacdabe77 (diff)
Merge pull request #176990 from r-ryantm/auto-update/python3.10-stripe
python310Packages.stripe: 3.2.0 -> 3.3.0
Diffstat (limited to 'pkgs')
-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 d277bf2970c2e..b070b9f117de4 100644
--- a/pkgs/development/python-modules/stripe/default.nix
+++ b/pkgs/development/python-modules/stripe/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "stripe";
-  version = "3.2.0";
+  version = "3.3.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-2aR959ljz2mogPPQSWG3ksQPRWx04Jh4VRVV3jwiYfA=";
+    hash = "sha256-2sYMEC+2eorJqhZWmwr9DWO5bGK+BkCIUZ4cZhs/Ofo=";
   };
 
   propagatedBuildInputs = [