python27Packages.stripe: 2.43.0 -> 2.44.0

This commit is contained in:
R. RyanTM 2020-04-07 11:57:26 +00:00 committed by Jon
parent 2e04652e7a
commit 7e4297fb9a

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.43.0";
version = "2.44.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 = "0jikvcapg2xp3w824wz0wn74mx91nl3vmd92a10il3gli2p4wcnp";
sha256 = "0aaaf8dp989im2n0cdmslq0ys4ia970yl1irhxiwwqarmh6fap5i";
};
propagatedBuildInputs = [ requests ];