Merge pull request #167009 from r-ryantm/auto-update/python310Packages.python-box

python310Packages.python-box: 6.0.1 -> 6.0.2

authored by Fabian Affolter and committed by GitHub bc337690 a4d71d47

+2 -2
+2 -2
pkgs/development/python-modules/python-box/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "python-box"; 14 - version = "6.0.1"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "cdgriffith"; 21 repo = "Box"; 22 rev = version; 23 - hash = "sha256-kH8qHAFuYDXO5Dsl6BpTYCIqh0Xi8Rbwmia+y3sTn6Y="; 24 }; 25 26 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "python-box"; 14 + version = "6.0.2"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.6"; ··· 20 owner = "cdgriffith"; 21 repo = "Box"; 22 rev = version; 23 + hash = "sha256-IE2qyRzvrOTymwga+hCwE785sAVTqQtcN1DL/uADpbQ="; 24 }; 25 26 propagatedBuildInputs = [