python3Packages.braintree: 4.44.0 -> 4.45.0

This commit is contained in:
R. Ryantm
2026-06-21 17:44:04 +00:00
parent 47bfa50bc3
commit a262dee99f
@@ -9,7 +9,7 @@
buildPythonPackage (finalAttrs: {
pname = "braintree";
version = "4.44.0";
version = "4.45.0";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "braintree";
repo = "braintree_python";
tag = finalAttrs.version;
hash = "sha256-Dsmfqy/thftJe3ovh/Y71gIz7w+mv/lDUhlsb1CsjtA=";
hash = "sha256-cD0TKqf2c/wdFwDc78rEPm4ucZkYS1nk2Uo0oTfcJvE=";
};
build-system = [ setuptools ];