diff --git a/pkgs/development/python-modules/dash-bootstrap-components/default.nix b/pkgs/development/python-modules/dash-bootstrap-components/default.nix index bc093fdae57a..e74224bc346a 100644 --- a/pkgs/development/python-modules/dash-bootstrap-components/default.nix +++ b/pkgs/development/python-modules/dash-bootstrap-components/default.nix @@ -4,20 +4,17 @@ fetchPypi, dash, hatchling, - pythonOlder, }: buildPythonPackage rec { pname = "dash-bootstrap-components"; - version = "2.0.0"; + version = "2.0.2"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchPypi { inherit version; pname = "dash_bootstrap_components"; - hash = "sha256-cRIwo164ZmS1wFUqkdFZ9LRz2EEs9bSPNF+7ARjq35E="; + hash = "sha256-81IY8OXisVkSHz4BDmGzImsKZ4svWC0L0gfULSkTLMA="; }; build-system = [ hatchling ];