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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user