python3Packages.dash-html-components: init at 1.0.2

This commit is contained in:
Antoine Roy-Gobeil 2020-01-17 13:24:34 -05:00 committed by Jon
parent fe2af75066
commit a6bea71dab
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ lib
, buildPythonPackage
, fetchPypi
}:
buildPythonPackage rec {
pname = "dash_html_components";
version = "1.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "166agkrl52j5qin2npsdl2a96jccxz5f1jvcz0hxsnjg0ix0k4l9";
};
# No tests in archive
doCheck = false;
meta = {
description = "HTML components for Dash";
homepage = https://dash.plot.ly/dash-html-components;
license = with lib.licenses; [ mit ];
};
}

View file

@ -2448,6 +2448,8 @@ in {
dash-core-components = callPackage ../development/python-modules/dash-core-components { };
dash-html-components = callPackage ../development/python-modules/dash-html-components { };
dateparser = callPackage ../development/python-modules/dateparser { };
# Actual name of package