python312Packages.python-box: 7.3.0 -> 7.3.1 (#374038)

This commit is contained in:
Nick Cao
2025-01-15 10:02:54 -05:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-box";
version = "7.3.0";
version = "7.3.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "Box";
tag = version;
hash = "sha256-0vUPXZEyolI03N5RQ5GKTvSHUuFpimHZwQAYwGHJydU=";
hash = "sha256-id1gLT26jETRQ0fyVNTIhSZqM+fDmpaVbB56GxPhYr8=";
};
build-system = [