python312Packages.plotly 5.18.0 -> 5.20.0 https://repology.org/project/python:plotly/versions attrpath: python312Packages.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/m6s8mpz52xc4hljjrf1mgg6xk1iwqcrg-packages.json.drv building '/nix/store/m6s8mpz52xc4hljjrf1mgg6xk1iwqcrg-packages.json.drv'... Going to be running update for following packages: - python3.12-plotly-5.18.0 Press Enter key to continue... Running update for: - python3.12-plotly-5.18.0: UPDATING ... - python3.12-plotly-5.18.0: 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 13d9334fd950..0bec07c3bad2 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.18.0"; + version = "5.20.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-Ngox5vu0nRKwBwNutpKVITQ9a+4iNvhFmRWCG676LLs="; + hash = "sha256-v5AcgF0iAyz6U0sv98WqawZZ4DfxnsHgzKf1hZGLXIk="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.18.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytz , requests , six , tenacity }: buildPythonPackage rec { pname = "plotly"; version = "5.19.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-XqkaVlcSkq3j47yb9xLroLlaH7CpQTddl4zHlDLgVfQ="; }; 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; [ ]; }; }