lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.mercadopago: 2.2.3 -> 2.3.0

+3 -3
+3 -3
pkgs/development/python-modules/mercadopago/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "mercadopago"; 12 - version = "2.2.3"; 12 + version = "2.3.0"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "mercadopago"; 19 19 repo = "sdk-python"; 20 20 tag = version; 21 - hash = "sha256-u4/e/shfTyrucf+uj5nqAkeugX9JZjXBrNtoOkpff8c="; 21 + hash = "sha256-xeOJk9/5DrykOxWTbAsIbdCu+nwUUIuuKJQm55SErEI="; 22 22 }; 23 23 24 24 build-system = [ ··· 37 37 meta = { 38 38 description = "This library provides developers with a simple set of bindings to help you integrate Mercado Pago API to a website and start receiving payments"; 39 39 homepage = "https://www.mercadopago.com"; 40 - changelog = "https://github.com/mercadopago/sdk-python/releases/tag/${version}"; 40 + changelog = "https://github.com/mercadopago/sdk-python/releases/tag/${src.tag}"; 41 41 license = lib.licenses.mit; 42 42 maintainers = with lib.maintainers; [ derdennisop ]; 43 43 };