lol

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

authored by

Kristoffer Føllesdal and committed by
Jonathan Ringer
5fc011b7 6ca576e0

+5 -4
+5 -4
pkgs/development/python-modules/dash-core-components/default.nix
··· 4 4 }: 5 5 6 6 buildPythonPackage rec { 7 - pname = "dash_core_components"; 8 - version = "1.17.1"; 7 + pname = "dash-core-components"; 8 + version = "2.0.0"; 9 9 10 10 src = fetchPypi { 11 - inherit pname version; 12 - sha256 = "sha256-flA/Xt22MDTdIMI9IYzA2KgeyI6aFbfLxg4maw4rYKk="; 11 + pname = "dash_core_components"; 12 + inherit version; 13 + sha256 = "sha256-xnM4dK+XXlUvlaE5ihbC7n3xTOQ/pguzcYo8bgtj/+4="; 13 14 }; 14 15 15 16 # No tests in archive