Loading pkgs/development/python-modules/dash-bootstrap-templates/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/dash-bootstrap-templates/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; }; Loading