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

Changelog: https://github.com/facultyai/dash-bootstrap-components/releases/tag/2.0.3
This commit is contained in:
Fabian Affolter
2025-05-23 12:09:22 +02:00
parent 07633117b6
commit 96782b8018

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "dash-bootstrap-components";
version = "2.0.2";
version = "2.0.3";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "dash_bootstrap_components";
hash = "sha256-81IY8OXisVkSHz4BDmGzImsKZ4svWC0L0gfULSkTLMA=";
hash = "sha256-XBYbBKbn7Rmn1U5C8HDCn9bDhdWneX56gpmaovwVsd4=";
};
build-system = [ hatchling ];