python312Packages.python-box: 7.3.1 -> 7.3.2 (#374517)

This commit is contained in:
Nick Cao
2025-01-17 09:50:09 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-box";
version = "7.3.1";
version = "7.3.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "Box";
tag = version;
hash = "sha256-id1gLT26jETRQ0fyVNTIhSZqM+fDmpaVbB56GxPhYr8=";
hash = "sha256-aVPjIoizqC0OcG5ziy/lvp/JsFSUvcLUqJ03mKViKFs=";
};
build-system = [