From cd1957f88f790b18a610c27a89c816a59a41ca63 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 4 Oct 2020 01:22:42 +0000 Subject: [PATCH] python27Packages.stripe: 2.50.0 -> 2.54.0 --- pkgs/development/python-modules/stripe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/stripe/default.nix b/pkgs/development/python-modules/stripe/default.nix index c2f170fc697..5070d7d1947 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.50.0"; + version = "2.54.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 = "0c3c02c9b65644502a701d4ff939964799bd1a581fb3f8bf75a3f8675527ef48"; + sha256 = "a622bce0d6d0ac99a53b6e6a6475c39250207d644f28ad0ed276af7b96d12617"; }; propagatedBuildInputs = [ requests ];