python3Packages.dash-bootstrap-templates: 1.3.0 -> 2.1.0 (#417796)

This commit is contained in:
Florian Klink
2025-06-18 17:58:18 +03:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "dash-bootstrap-templates";
version = "1.3.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "AnnMarieW";
repo = "dash-bootstrap-templates";
rev = "V${version}";
hash = "sha256-dbXqqncxfIZ6traVQ2a/2E1Co4MVdoiU8ox6nBnqviE=";
tag = "V${version}";
hash = "sha256-B7iyN4sJA6DmoLf3DpFEONDe5tUd4cBlDIH4E7JtULk=";
};
build-system = [
setuptools
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = {
description = "A collection of 52 Plotly figure templates with a Bootstrap theme";
homepage = "https://github.com/AnnMarieW/dash-bootstrap-templates";
changelog = "https://github.com/AnnMarieW/dash-bootstrap-templates/releases/tag/V${version}";
changelog = "https://github.com/AnnMarieW/dash-bootstrap-templates/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ flokli ];
};