Merge pull request #88662 from r-ryantm/auto-update/python2.7-braintree

python27Packages.braintree: 4.0.0 -> 4.1.0
This commit is contained in:
Mario Rodas 2020-05-23 06:39:57 -05:00 committed by GitHub
commit 4735ab0eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "braintree";
version = "4.0.0";
version = "4.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "1m8z0ig40xmgcnmf508nflyy1w4qmff4kqxarrpg7rvsfj4pjsmh";
sha256 = "1fqh1bdkk3g222vbrmw3ab4r4mmd1k4x2jayshnqpbspszcqzcdq";
};
propagatedBuildInputs = [ requests ];