Unverified Commit b1f01028 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

parents f186923e 810876cb
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];
  };