Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 690011aaba2d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4b78eb960b6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2019

  1. python37Packages.plotly: 3.9.0 -> 3.10.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-plotly/versions
    r-ryantm committed Jun 17, 2019
    Copy the full SHA
    23f5478 View commit details

Commits on Jun 18, 2019

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

    python37Packages.plotly: 3.9.0 -> 3.10.0
    marsam authored Jun 18, 2019
    Copy the full SHA
    f4b78eb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/plotly/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/plotly/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [