python27Packages.ipympl: 0.3.3 -> 0.5.6

This commit is contained in:
R. RyanTM 2020-04-06 21:21:12 +00:00 committed by Jon
parent 6541f75f80
commit 519334cb6c

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipympl"; pname = "ipympl";
version = "0.3.3"; version = "0.5.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0m5sh2ha9hlgigc5xxsy7nd0gdadx797h1i66i9z616p0r43gx7d"; sha256 = "1sak58wcpikn4ww1k8gr2vf1hmwzfly31hzcnwiizp7l0vk40qh7";
}; };
propagatedBuildInputs = [ ipywidgets matplotlib ]; propagatedBuildInputs = [ ipywidgets matplotlib ];
@ -17,7 +17,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Matplotlib Jupyter Extension"; description = "Matplotlib Jupyter Extension";
homepage = https://github.com/matplotlib/jupyter-matplotlib; homepage = "https://github.com/matplotlib/jupyter-matplotlib";
maintainers = with maintainers; [ jluttine ]; maintainers = with maintainers; [ jluttine ];
license = licenses.bsd3; license = licenses.bsd3;
}; };