python27Packages.braintree: 3.59.0 -> 4.0.0

This commit is contained in:
R. RyanTM 2020-03-15 15:03:05 +00:00 committed by Jon
parent fbafe7ca64
commit 9520a443b6

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "braintree"; pname = "braintree";
version = "3.59.0"; version = "4.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "08g8qlnsp9wd2zbf6x3npp1425g7ih4lyljzvybd3vazsbqlw4yq"; sha256 = "1m8z0ig40xmgcnmf508nflyy1w4qmff4kqxarrpg7rvsfj4pjsmh";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python library for integration with Braintree"; description = "Python library for integration with Braintree";
homepage = https://github.com/braintree/braintree_python; homepage = "https://github.com/braintree/braintree_python";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.ivegotasthma ]; maintainers = [ maintainers.ivegotasthma ];
}; };