python311Packages.plotly 5.16.1 -> 5.18.0 https://repology.org/project/python:plotly/versions attrpath: python311Packages.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/a4j43zrfmiyarf2nafx5x1hr364lk6z2-packages.json.drv building '/nix/store/a4j43zrfmiyarf2nafx5x1hr364lk6z2-packages.json.drv'... Going to be running update for following packages: - python3.11-plotly-5.16.1 Press Enter key to continue... Running update for: - python3.11-plotly-5.16.1: UPDATING ... - python3.11-plotly-5.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/plotly/default.nix b/pkgs/development/python-modules/plotly/default.nix index fc2c8b49069d..5680d0e0186e 100644 --- a/pkgs/development/python-modules/plotly/default.nix +++ b/pkgs/development/python-modules/plotly/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "plotly"; - version = "5.16.1"; + version = "5.18.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-KVrCXt6xjIk6u3Hcrc6gdbeP1v3wfO5CF6ThAJZnkls="; + hash = "sha256-Ngox5vu0nRKwBwNutpKVITQ9a+4iNvhFmRWCG676LLs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.16.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytz , requests , six , tenacity }: buildPythonPackage rec { pname = "plotly"; version = "5.18.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-Ngox5vu0nRKwBwNutpKVITQ9a+4iNvhFmRWCG676LLs="; }; propagatedBuildInputs = [ pytz requests six tenacity ]; # No tests in archive doCheck = false; meta = with lib; { description = "Python plotting library for collaborative, interactive, publication-quality graphs"; downloadPage = "https://github.com/plotly/plotly.py"; homepage = "https://plot.ly/python/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ]; }; }