Merge pull request #319764 from fabaff/python-box-bump

python312Packages.python-box: 7.1.1 -> 7.2.0
This commit is contained in:
Nick Cao
2024-06-14 14:13:30 -04:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "python-box";
version = "7.1.1";
version = "7.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "Box";
rev = "refs/tags/${version}";
hash = "sha256-oxT2y3um6BZ3bwYa+LWBoTgU+9b+V7XtQdCdECU3Gu0=";
hash = "sha256-5aORpuh0ezA3mUEpAPANDkdeN8ujNRfCUCV5qamMk68=";
};
nativeBuildInputs = [