python312Packages.dash-bootstrap-components: 2.0.0 -> 2.0.2 (#399698)

This commit is contained in:
Fabian Affolter
2025-04-26 08:47:22 +02:00
committed by GitHub
@@ -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 ];