1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #63385 from r-ryantm/auto-update/python3.7-plotly

python37Packages.plotly: 3.9.0 -> 3.10.0
This commit is contained in:
Mario Rodas 2019-06-18 00:34:49 -05:00 committed by GitHub
commit f4b78eb960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "plotly";
version = "3.9.0";
version = "3.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "498c35a2a482f7c7937fc2f3681fec653a0191dd21e40e754a6b774234cd167e";
sha256 = "164aav7i3ann1lv3xbb76ylpph4hissl0wsnmil1s3m0r7sk7jsx";
};
propagatedBuildInputs = [