mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
python3Packges.dash-table: 4.12.0 -> 5.0.0
This commit is contained in:
parent
a40ce0789b
commit
6ca576e017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user