diff --git a/pkgs/development/python-modules/dash-bootstrap-components/default.nix b/pkgs/development/python-modules/dash-bootstrap-components/default.nix index 86f50d6d3480..d72d7d11d11a 100644 --- a/pkgs/development/python-modules/dash-bootstrap-components/default.nix +++ b/pkgs/development/python-modules/dash-bootstrap-components/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "dash-bootstrap-components"; - version = "2.0.3"; + version = "2.0.4"; pyproject = true; src = fetchPypi { inherit version; pname = "dash_bootstrap_components"; - hash = "sha256-XBYbBKbn7Rmn1U5C8HDCn9bDhdWneX56gpmaovwVsd4="; + hash = "sha256-wyBsCSN3S7xqbdqngiuNmqUyaw08HnzXlcyXUCX+JIQ="; }; build-system = [ hatchling ];