python3Packges.dash-core-components: 1.17.1 -> 2.0.0
This commit is contained in:
parent
6ca576e017
commit
5fc011b7c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user