Commit 8e1af12f authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.dash-bootstrap-components: 1.7.1 -> 2.0.0

parent 7f092ef8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "dash-bootstrap-components";
  version = "1.7.1";
  version = "2.0.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit version;
    pname = "dash_bootstrap_components";
    hash = "sha256-MNSDQNbciYMdbAbkAM1CNvDVNjViwFsqki8hVFaVoII=";
    hash = "sha256-cRIwo164ZmS1wFUqkdFZ9LRz2EEs9bSPNF+7ARjq35E=";
  };

  build-system = [ hatchling ];