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

python37Packages.braintree: 3.53.0 -> 3.54.0
This commit is contained in:
Mario Rodas 2019-06-04 05:24:56 -05:00 committed by GitHub
commit 55625ec06d
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.53.0";
version = "3.54.0";
src = fetchPypi {
inherit pname version;
sha256 = "026apwkjn83la7jm0azz3qajg26nza3gh49zd37j0rsp6cgmfa24";
sha256 = "09dbj04r55hnm8zvfz8wbnxkxb1pfy7g43pzcgs4hhh5xh45ppfd";
};
propagatedBuildInputs = [ requests ];