python3Packages.stripe: 2.62.0 -> 2.63.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:17 -08:00
parent ad026308fd
commit c739ba9fec
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "stripe";
version = "2.62.0";
version = "2.63.0";
src = fetchPypi {
inherit pname version;
sha256 = "1fb51d67a961ea889c5be324f020535ed511c6f483bd13a07f48f6e369fa8df0";
sha256 = "816c935e31d82737a9e4362c662e8702bdf9000ea1bd36882cd4cbd23eb81ae1";
};
propagatedBuildInputs = [ requests ];