Commit 5262a53d authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.python-box: 6.0.1 -> 6.0.2

parent a460a06a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "python-box";
  version = "6.0.1";
  version = "6.0.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "cdgriffith";
    repo = "Box";
    rev = version;
    hash = "sha256-kH8qHAFuYDXO5Dsl6BpTYCIqh0Xi8Rbwmia+y3sTn6Y=";
    hash = "sha256-IE2qyRzvrOTymwga+hCwE785sAVTqQtcN1DL/uADpbQ=";
  };

  propagatedBuildInputs = [