python: stripe: 1.79.1 -> 1.82.1
This commit is contained in:
parent
087df1160b
commit
83de778d45
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stripe";
|
||||
version = "1.79.1";
|
||||
version = "1.82.1";
|
||||
|
||||
# Tests require network connectivity and there's no easy way to disable
|
||||
# them. ~ C.
|
||||
@ -11,7 +11,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2ec19bf8ad588ec04b36c35f359196fa1991f9ad911b1686ac2a12651a154947";
|
||||
sha256 = "4f4af86e3f556da24609543bda340db932ae1d944018003b164d530c16c27e20";
|
||||
};
|
||||
|
||||
checkInputs = [ unittest2 mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user