From 91471f882a267abb0c95fdd60e8d6d16e6161921 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Sep 2025 19:59:20 +0200 Subject: [PATCH] python313Packages.dash-bootstrap-components: 2.0.3 -> 2.0.4 Changelog: https://github.com/facultyai/dash-bootstrap-components/releases/tag/2.0.4 --- .../python-modules/dash-bootstrap-components/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];