0
0
Fork 0
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:
Fabian Affolter 2025-04-02 09:01:33 +02:00 committed by GitHub
commit 3ef9c44a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];