Unverified Commit 3ef9c44a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.dash-bootstrap-components: 1.7.1 -> 2.0.0 (#395129)

parents 83cf818c 8e1af12f
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 ];