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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3x3lkv6as30z1b6hqs5jn1yq70l6cpk0-packages.json.drv building '/nix/store/3x3lkv6as30z1b6hqs5jn1yq70l6cpk0-packages.json.drv'... Going to be running update for following packages: - python3.10-plotly-5.11.0 Press Enter key to continue... Running update for: - python3.10-plotly-5.11.0: UPDATING ... - python3.10-plotly-5.11.0: 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 05e7e15a008..ea2a4b3b53d 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.11.0"; + version = "5.13.1"; src = fetchPypi { inherit pname version; - sha256 = "sha256-Tv70ecLsHYbc2shAW2ynDKZWSad0COOafoSh6i22x4c="; + sha256 = "sha256-kO6aH+4N2jDigw4SmFUIHqF70bBqVTpiti3hXK/xohk="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytz , requests , six , tenacity }: buildPythonPackage rec { pname = "plotly"; version = "5.13.1"; src = fetchPypi { inherit pname version; hash = "sha256-kO6aH+4N2jDigw4SmFUIHqF70bBqVTpiti3hXK/xohk="; }; 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; [ ]; }; }