python: stripe: 1.77.1 -> 1.77.2
This commit is contained in:
parent
51c21a4534
commit
3a15eff804
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stripe";
|
||||
version = "1.77.1";
|
||||
version = "1.77.2";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
# Tests require network connectivity and there's no easy way to disable
|
||||
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d1c638b417301849ff4ee0327332cfdec96edda83c79b08af307339138077d59";
|
||||
sha256 = "3bcd55108dd2c0e853a91147ee843bc375f35767e64d0f7680e5bd82ddb7fbf1";
|
||||
};
|
||||
|
||||
buildInputs = [ unittest2 mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user