python: stripe: 2.10.1 -> 2.21.0
This commit is contained in:
parent
d9abbebc5e
commit
8951423f30
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stripe";
|
||||
version = "2.10.1";
|
||||
version = "2.21.0";
|
||||
|
||||
# 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 = "12dslgxr06ymv1w9lzvlxp1zg0p6zg58l67pdb3v5v24c51rxrg7";
|
||||
sha256 = "170f76f2502888debf02da580138c840497b9359876ca3838f4692f2f02c9110";
|
||||
};
|
||||
|
||||
checkInputs = [ unittest2 mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user