python313Packages.dash-bootstrap-components: 2.0.1 -> 2.0.2

Changelog: https://github.com/facultyai/dash-bootstrap-components/releases/tag/2.0.2
This commit is contained in:
Fabian Affolter
2025-04-25 18:36:48 +02:00
parent 63d473090e
commit ded2d4120e
@@ -4,20 +4,17 @@
fetchPypi,
dash,
hatchling,
pythonOlder,
}:
buildPythonPackage rec {
pname = "dash-bootstrap-components";
version = "2.0.1";
version = "2.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version;
pname = "dash_bootstrap_components";
hash = "sha256-PMZYbzfLP8wEvHLTgBwHt5IEAGaizHjSMwiFUpJl7Cg=";
hash = "sha256-81IY8OXisVkSHz4BDmGzImsKZ4svWC0L0gfULSkTLMA=";
};
build-system = [ hatchling ];