pythonPackages.dash-renderer: 1.2.3 -> 1.2.4

This commit is contained in:
Jonathan Ringer 2020-03-01 23:24:06 -08:00 committed by Jon
parent b396d23834
commit 0fffce6bdb

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "dash_renderer";
version = "1.2.3";
version = "1.2.4";
src = fetchPypi {
inherit pname version;
sha256 = "1ccsykv24dz9xj24106aaj7f0w7x7sv7mamjbx0m6k0wyhh58vw1";
sha256 = "1w6mpmvfj6nv5rdzikwc7wwhrgscbh50d0azzydhsa9jccxvkakl";
};
# No tests in archive
@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Renderer for the Dash framework";
homepage = https://dash.plot.ly/;
homepage = "https://dash.plot.ly/";
license = licenses.mit;
maintainers = [ maintainers.antoinerg ];
};