mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
python27Packages.braintree: 3.59.0 -> 4.0.0
This commit is contained in:
parent
fbafe7ca64
commit
9520a443b6
@ -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 ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user