python3Packges.dash-table: 4.12.0 -> 5.0.0

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

View File

@ -4,12 +4,13 @@
}:
buildPythonPackage rec {
pname = "dash_table";
version = "4.12.0";
pname = "dash-table";
version = "5.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-TJlomoh7/QNSeLFOzV23BwYCM4nlNzXV48zMQW+s2+Q=";
pname = "dash_table";
inherit version;
sha256 = "sha256-GGJNaT1MjvLd7Jmm8WdZNDen6gvxU6og8xjBcMW8cwg=";
};
# No tests in archive