mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python312Packages.dash-bootstrap-components: 1.7.1 -> 2.0.0 (#395129)
This commit is contained in:
commit
3ef9c44a6f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dash-bootstrap-components";
|
||||
version = "1.7.1";
|
||||
version = "2.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "dash_bootstrap_components";
|
||||
hash = "sha256-MNSDQNbciYMdbAbkAM1CNvDVNjViwFsqki8hVFaVoII=";
|
||||
hash = "sha256-cRIwo164ZmS1wFUqkdFZ9LRz2EEs9bSPNF+7ARjq35E=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue