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
1 changed files with 2 additions and 2 deletions

View File

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