nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packges.dash-table: 4.12.0 -> 5.0.0

authored by

Kristoffer Føllesdal and committed by
Jonathan Ringer
6ca576e0 a40ce078

+5 -4
+5 -4
pkgs/development/python-modules/dash-table/default.nix
··· 4 4 }: 5 5 6 6 buildPythonPackage rec { 7 - pname = "dash_table"; 8 - version = "4.12.0"; 7 + pname = "dash-table"; 8 + version = "5.0.0"; 9 9 10 10 src = fetchPypi { 11 - inherit pname version; 12 - sha256 = "sha256-TJlomoh7/QNSeLFOzV23BwYCM4nlNzXV48zMQW+s2+Q="; 11 + pname = "dash_table"; 12 + inherit version; 13 + sha256 = "sha256-GGJNaT1MjvLd7Jmm8WdZNDen6gvxU6og8xjBcMW8cwg="; 13 14 }; 14 15 15 16 # No tests in archive