Merge pull request #152195 from r-ryantm/auto-update/python3.8-stripe

python38Packages.stripe: 2.63.0 -> 2.64.0
This commit is contained in:
Fabian Affolter 2021-12-27 22:19:52 +01:00 committed by GitHub
commit 410c054ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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