From 63d473090ed5d1fa5f4213ba8d3af8343d796897 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 Apr 2025 11:44:31 +0200 Subject: [PATCH 1/2] python312Packages.dash-bootstrap-components: 2.0.0 -> 2.0.1 Changelog: https://github.com/facultyai/dash-bootstrap-components/releases/tag/2.0.1 --- .../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 bc093fdae57a..9dc33d119b02 100644 --- a/pkgs/development/python-modules/dash-bootstrap-components/default.nix +++ b/pkgs/development/python-modules/dash-bootstrap-components/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "dash-bootstrap-components"; - version = "2.0.0"; + version = "2.0.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "dash_bootstrap_components"; - hash = "sha256-cRIwo164ZmS1wFUqkdFZ9LRz2EEs9bSPNF+7ARjq35E="; + hash = "sha256-PMZYbzfLP8wEvHLTgBwHt5IEAGaizHjSMwiFUpJl7Cg="; }; build-system = [ hatchling ]; From ded2d4120e40e92b5ac61bbaef1ded813a77d59a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 25 Apr 2025 18:36:48 +0200 Subject: [PATCH 2/2] python313Packages.dash-bootstrap-components: 2.0.1 -> 2.0.2 Changelog: https://github.com/facultyai/dash-bootstrap-components/releases/tag/2.0.2 --- .../python-modules/dash-bootstrap-components/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/dash-bootstrap-components/default.nix b/pkgs/development/python-modules/dash-bootstrap-components/default.nix index 9dc33d119b02..e74224bc346a 100644 --- a/pkgs/development/python-modules/dash-bootstrap-components/default.nix +++ b/pkgs/development/python-modules/dash-bootstrap-components/default.nix @@ -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 ];