python3Packages.braintree: 4.43.0 -> 4.44.0 (#527475)

This commit is contained in:
Nick Cao
2026-06-04 18:41:49 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage (finalAttrs: {
pname = "braintree";
version = "4.43.0";
version = "4.44.0";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
owner = "braintree";
repo = "braintree_python";
tag = finalAttrs.version;
hash = "sha256-4qLi6MplXaIT8+Us3Yb9fTph74XntagBNzyS//4K5Fk=";
hash = "sha256-Dsmfqy/thftJe3ovh/Y71gIz7w+mv/lDUhlsb1CsjtA=";
};
build-system = [ setuptools ];