about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-24 07:08:13 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-24 07:08:13 +0000
commit0e283da70bbee1a2e1a8c07cef8b5a2921d80979 (patch)
tree5c186c1116dbb5f8e282870b58358ef7879a1a46 /pkgs/development/python-modules
parentf7a398c481306f007dfaa050a6f597c0bf37a2ac (diff)
downloadnixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar.gz
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar.bz2
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar.lz
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar.xz
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.tar.zst
nixlib-0e283da70bbee1a2e1a8c07cef8b5a2921d80979.zip
python27Packages.stripe: 2.47.0 -> 2.48.0
Diffstat (limited to 'pkgs/development/python-modules')
-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 109a5f6c7695..d675a1fd350d 100644
--- a/pkgs/development/python-modules/stripe/default.nix
+++ b/pkgs/development/python-modules/stripe/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "stripe";
-  version = "2.47.0";
+  version = "2.48.0";
 
   # Tests require network connectivity and there's no easy way to disable
   # them. ~ C.
@@ -10,7 +10,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "14skddrf2nl25bvcyys0bgibjqkcivvfdywzldqjzyqvbwr4mkal";
+    sha256 = "1w9ns4jjj0p50im9vbjn084zph1g2sfa6l01ydl98qsyj76f4psi";
   };
 
   propagatedBuildInputs = [ requests ];