Merge pull request #70711 from r-ryantm/auto-update/python3.7-braintree

python37Packages.braintree: 3.56.0 -> 3.57.1
This commit is contained in:
Ryan Mulligan 2019-10-09 09:27:08 -07:00 committed by GitHub
commit 4aac0e422f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "braintree";
version = "3.56.0";
version = "3.57.1";
src = fetchPypi {
inherit pname version;
sha256 = "1d1xv7b4s68yfa3snnvcjldj0q7v1izpyvqkv2c1k0w73hl657b5";
sha256 = "1g5w733dim3rc6hwklvknnxqkradjwip728i77pbsw5ihgdxahhi";
};
propagatedBuildInputs = [ requests ];