forked from mirrors/nixpkgs
python3Packges.dash-html-components: 1.1.4 -> 2.0.0
This commit is contained in:
parent
5fc011b7c5
commit
c2742321c2
|
@ -4,12 +4,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dash_html_components";
|
||||
version = "1.1.4";
|
||||
pname = "dash-html-components";
|
||||
version = "2.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "dc4f423e13716d179d51a42b3c7e2a2ed02e05185c742f88214b58d59e24bbd4";
|
||||
pname = "dash_html_components";
|
||||
inherit version;
|
||||
sha256 = "8703a601080f02619a6390998e0b3da4a5daabe97a1fd7a9cebc09d015f26e50";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
|
|
Loading…
Reference in a new issue