pythonPackages.dash-table: 4.6.0 -> 4.6.1

This commit is contained in:
Jonathan Ringer 2020-03-01 23:23:42 -08:00 committed by Jon
parent 70325e63d8
commit b396d23834

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "dash_table";
version = "4.6.0";
version = "4.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "01wzac09ac6nr27if1liaxafzdf67x00vw1iq5vaad1147rdh36k";
sha256 = "0xwwkp7zsmrcnl3fswm5f319cxk7hk4dzacvfsarll2b47rmm434";
};
# No tests in archive
@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A First-Class Interactive DataTable for Dash";
homepage = https://dash.plot.ly/datatable;
homepage = "https://dash.plot.ly/datatable";
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};