python3Packges.dash-core-components: 1.17.1 -> 2.0.0

conduit-nginx
Kristoffer Føllesdal 2021-10-20 11:15:47 +02:00 committed by Jonathan Ringer
parent 6ca576e017
commit 5fc011b7c5
1 changed files with 5 additions and 4 deletions

View File

@ -4,12 +4,13 @@
}:
buildPythonPackage rec {
pname = "dash_core_components";
version = "1.17.1";
pname = "dash-core-components";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-flA/Xt22MDTdIMI9IYzA2KgeyI6aFbfLxg4maw4rYKk=";
pname = "dash_core_components";
inherit version;
sha256 = "sha256-xnM4dK+XXlUvlaE5ihbC7n3xTOQ/pguzcYo8bgtj/+4=";
};
# No tests in archive