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 { buildPythonPackage rec {
pname = "dash_core_components"; pname = "dash-core-components";
version = "1.17.1"; version = "2.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "dash_core_components";
sha256 = "sha256-flA/Xt22MDTdIMI9IYzA2KgeyI6aFbfLxg4maw4rYKk="; inherit version;
sha256 = "sha256-xnM4dK+XXlUvlaE5ihbC7n3xTOQ/pguzcYo8bgtj/+4=";
}; };
# No tests in archive # No tests in archive