python: stripe: 1.77.0 -> 1.77.1
This commit is contained in:
parent
3045f662b1
commit
5f47916fc5
@ -3,7 +3,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stripe";
|
||||
version = "1.77.0";
|
||||
version = "1.77.1";
|
||||
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 = "6503851d2309dd9c1307e3f0a1cb33ac1427fee25d38ecba1f8bf73a0d74defc";
|
||||
sha256 = "d1c638b417301849ff4ee0327332cfdec96edda83c79b08af307339138077d59";
|
||||
};
|
||||
|
||||
buildInputs = [ unittest2 mock ];
|
||||
|
Loading…
Reference in New Issue
Block a user