python: plotly: 3.1.0 -> 3.1.1

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:29:12 +02:00
parent 924f38f0d1
commit c9667db797

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "3.1.0";
version = "3.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "015a5b8ca616d19eb96433dd597c3ccccc80e3afba02a23bd526a017ff4fce05";
sha256 = "2e565c8907ea6f9c517423cf5452e4f4b85635bd0dd400aae943339c826d4176";
};
propagatedBuildInputs = [