python310Packages.python-box: 6.0.0 -> 6.0.1

This commit is contained in:
R. Ryantm 2022-03-17 04:12:06 +00:00
parent 2e80229c81
commit bcf572638f

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-box";
version = "6.0.0";
version = "6.0.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "cdgriffith";
repo = "Box";
rev = version;
hash = "sha256-YOYcI+OAuTumNtTylUc6dSY9shOE6eTr8M3rVbcy5hs=";
hash = "sha256-kH8qHAFuYDXO5Dsl6BpTYCIqh0Xi8Rbwmia+y3sTn6Y=";
};
propagatedBuildInputs = [