python310Packages.plotly 0 -> 1 attrpath: python310Packages.plotly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nh846flcm3b67amk7d1kv52b03303d4g-packages.json.drv building '/nix/store/nh846flcm3b67amk7d1kv52b03303d4g-packages.json.drv'... Going to be running update for following packages: - python3.10-plotly-5.13.1 Press Enter key to continue... Running update for: - python3.10-plotly-5.13.1: UPDATING ... - python3.10-plotly-5.13.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix index 201f2fcfc4bd..417a94ac0bab 100644 --- a/pkgs/development/python-modules/plotly/default.nix +++ b/pkgs/development/python-modules/plotly/default.nix @@ -9,11 +9,11 @@ buildPythonPackage rec { pname = "plotly"; - version = "5.13.1"; + version = "5.17.0"; src = fetchPypi { inherit pname version; - hash = "sha256-kO6aH+4N2jDigw4SmFUIHqF70bBqVTpiti3hXK/xohk="; + hash = "sha256-KQ15a/e6uHqtGE/iS4YJYjTEyV3Mpuy8oC0CvfF9PZc="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.13.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytz , requests , six , tenacity }: buildPythonPackage rec { pname = "plotly"; version = "5.16.1"; src = fetchPypi { inherit pname version; hash = "sha256-KVrCXt6xjIk6u3Hcrc6gdbeP1v3wfO5CF6ThAJZnkls="; }; propagatedBuildInputs = [ pytz requests six tenacity ]; # No tests in archive doCheck = false; meta = with lib; { description = "Python plotting library for collaborative, interactive, publication-quality graphs"; homepage = "https://plot.ly/python/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ]; }; }